summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2023-04-13 16:04:44 +0000
committerGerrit Code Review <review@openstack.org>2023-04-13 16:04:44 +0000
commitd3dc83e5238acf0856dbd29f67872efba5d784ce (patch)
tree4bcbeef8a4e3d2b8b6bb4013d01bc1944fe5af34
parent8535f841487968be7105c280201ca275c6934333 (diff)
parenta2078f4e092f53720bde5f060a1014939609a474 (diff)
downloadtaskflow-d3dc83e5238acf0856dbd29f67872efba5d784ce.tar.gz
Merge "Fix doc building with Sphinx 6.0"
-rw-r--r--doc/source/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index b46a5a8..d1006bb 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -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'),
}