Fix doc building with Sphinx 6.0
Fix Sphinx 6.0 doc build error. Change-Id: I9a1571cf416d32d040d8ff05d1c8b1769d1d0558
This commit is contained in:
parent
dd73b125d1
commit
a2078f4e09
@ -68,8 +68,8 @@ modindex_common_prefix = ['taskflow.']
|
|||||||
# Shortened external links.
|
# Shortened external links.
|
||||||
source_tree = 'https://opendev.org/openstack/taskflow/src/branch/master/'
|
source_tree = 'https://opendev.org/openstack/taskflow/src/branch/master/'
|
||||||
extlinks = {
|
extlinks = {
|
||||||
'example': (source_tree + '/taskflow/examples/%s.py', ''),
|
'example': (source_tree + '/taskflow/examples/%s.py', '%s'),
|
||||||
'pybug': ('http://bugs.python.org/issue%s', ''),
|
'pybug': ('http://bugs.python.org/issue%s', '%s'),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user