sphinx-build errors

- Updated deprecated format in extlinks
This commit is contained in:
Sveta Smirnova
2023-11-09 13:33:10 +03:00
parent 8e4824813f
commit 33d2bfc8a4

View File

@@ -86,8 +86,8 @@ pygments_style = 'sphinx'
# A list of ignored prefixes for module index sorting. # A list of ignored prefixes for module index sorting.
#modindex_common_prefix = [] #modindex_common_prefix = []
extlinks = {'jirabug': ('https://jira.percona.com/browse/%s', ''), extlinks = {'jirabug': ('https://jira.percona.com/browse/%s', '%s'),
'lpbug': ('https://bugs.launchpad.net/percona-toolkit/+bug/%s', '#')} 'lpbug': ('https://bugs.launchpad.net/percona-toolkit/+bug/%s', '#%s')}
# -- Options for HTML output --------------------------------------------------- # -- Options for HTML output ---------------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for