sphinx 3 compat

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

View File

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