Merge "Avoid TypeError when building for Sphinx 6.1.1 and above"
This commit is contained in:
commit
eb4c124b38
@ -59,7 +59,7 @@ add_module_names = True
|
||||
# Shortened external links.
|
||||
extlinks = {
|
||||
'example': (source_tree +
|
||||
'/%s/examples/%%s.py' % project.replace(".", "_"), ''),
|
||||
'/%s/examples/%%s.py' % project.replace(".", "_"), None),
|
||||
}
|
||||
|
||||
# The name of the Pygments (syntax highlighting) style to use.
|
||||
|
Loading…
Reference in New Issue
Block a user