We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e2599 commit 6014e7eCopy full SHA for 6014e7e
docs/conf.py
@@ -42,8 +42,8 @@
42
pygments_style = 'trac'
43
templates_path = ['.']
44
extlinks = {
45
- 'issue': ('https://github.com/melexis/warnings-plugin/issues/%s', '#'),
46
- 'pr': ('https://github.com/melexis/warnings-plugin/pull/%s', 'PR #'),
+ 'issue': ('https://github.com/melexis/warnings-plugin/issues/%s', '#%s'),
+ 'pr': ('https://github.com/melexis/warnings-plugin/pull/%s', 'PR #%s'),
47
}
48
import sphinx_py3doc_enhanced_theme
49
html_theme = "sphinx_py3doc_enhanced_theme"
0 commit comments