Skip to content

Commit 16e15b9

Browse files
committed
sphinx 3 compat
Signed-off-by: oleg.hoefling <[email protected]>
1 parent 36265cc commit 16e15b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162

163163
_repo = "https://github.com/pytest-dev/pytest"
164164
extlinks = {
165-
"bpo": ("https://bugs.python.org/issue%s", "bpo-%s"),
165+
"bpo": ("https://bugs.python.org/issue%s", "bpo-"),
166166
"pypi": ("https://pypi.org/project/%s/", ""),
167167
"issue": (f"{_repo}/issues/%s", "issue #"),
168168
}

0 commit comments

Comments
 (0)