sphinx 3 compat

Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
This commit is contained in:
oleg.hoefling 2021-10-24 17:40:01 +02:00
parent 36265ccbf6
commit 16e15b99ae
No known key found for this signature in database
GPG Key ID: 0F2974E780119EEA
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ linkcheck_workers = 5
_repo = "https://github.com/pytest-dev/pytest"
extlinks = {
"bpo": ("https://bugs.python.org/issue%s", "bpo-%s"),
"bpo": ("https://bugs.python.org/issue%s", "bpo-"),
"pypi": ("https://pypi.org/project/%s/", ""),
"issue": (f"{_repo}/issues/%s", "issue #"),
}