Skip to content

Commit ade3826

Browse files
authored
Make sphinx.ext.extlinks captions actual string templates (#11883)
1 parent 4404877 commit ade3826

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/html/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@
7474
# -- Options for extlinks -------------------------------------------------------------
7575

7676
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/", ""),
77+
"issue": ("https://github.com/pypa/pip/issues/%s", "#%s"),
78+
"pull": ("https://github.com/pypa/pip/pull/%s", "PR #%s"),
79+
"pypi": ("https://pypi.org/project/%s/", "%s"),
8080
}
8181

8282
# -- Options for towncrier_draft extension --------------------------------------------

0 commit comments

Comments
 (0)