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 4404877 commit ade3826Copy full SHA for ade3826
docs/html/conf.py
@@ -74,9 +74,9 @@
74
# -- Options for extlinks -------------------------------------------------------------
75
76
extlinks = {
77
- "issue": ("https://github.com/pypa/pip/issues/%s", "#"),
78
- "pull": ("https://github.com/pypa/pip/pull/%s", "PR #"),
79
- "pypi": ("https://pypi.org/project/%s/", ""),
+ "issue": ("https://github.com/pypa/pip/issues/%s", "#%s"),
+ "pull": ("https://github.com/pypa/pip/pull/%s", "PR #%s"),
+ "pypi": ("https://pypi.org/project/%s/", "%s"),
80
}
81
82
# -- Options for towncrier_draft extension --------------------------------------------
0 commit comments