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

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