Fix doc building with Sphinx 6.0

Fix Sphinx 6.0 doc build error.

Change-Id: I9a1571cf416d32d040d8ff05d1c8b1769d1d0558
This commit is contained in:
Eric Harney 2023-03-21 11:28:33 -04:00
parent dd73b125d1
commit a2078f4e09

View File

@ -68,8 +68,8 @@ modindex_common_prefix = ['taskflow.']
# Shortened external links.
source_tree = 'https://opendev.org/openstack/taskflow/src/branch/master/'
extlinks = {
'example': (source_tree + '/taskflow/examples/%s.py', ''),
'pybug': ('http://bugs.python.org/issue%s', ''),
'example': (source_tree + '/taskflow/examples/%s.py', '%s'),
'pybug': ('http://bugs.python.org/issue%s', '%s'),
}