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.
|
# Shortened external links.
|
||||||
extlinks = {
|
extlinks = {
|
||||||
'example': (source_tree +
|
'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.
|
# The name of the Pygments (syntax highlighting) style to use.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user