Merge "Avoid TypeError when building for Sphinx 6.1.1 and above"

This commit is contained in:
Zuul 2023-10-20 07:27:55 +00:00 committed by Gerrit Code Review
commit eb4c124b38
1 changed files with 1 additions and 1 deletions

View File

@ -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.