Skip to content

Commit 6014e7e

Browse files
committed
Add a fix for the doc build with Sphinx 6.0
We automatically use the latest sphinx so this is fixing the error reported by it. Might be a better solution to fix the sphinx version though.
1 parent a8e2599 commit 6014e7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
pygments_style = 'trac'
4343
templates_path = ['.']
4444
extlinks = {
45-
'issue': ('https://github.com/melexis/warnings-plugin/issues/%s', '#'),
46-
'pr': ('https://github.com/melexis/warnings-plugin/pull/%s', 'PR #'),
45+
'issue': ('https://github.com/melexis/warnings-plugin/issues/%s', '#%s'),
46+
'pr': ('https://github.com/melexis/warnings-plugin/pull/%s', 'PR #%s'),
4747
}
4848
import sphinx_py3doc_enhanced_theme
4949
html_theme = "sphinx_py3doc_enhanced_theme"

0 commit comments

Comments
 (0)