sphinx 3 compat
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
This commit is contained in:
parent
36265ccbf6
commit
16e15b99ae
|
@ -162,7 +162,7 @@ linkcheck_workers = 5
|
||||||
|
|
||||||
_repo = "https://github.com/pytest-dev/pytest"
|
_repo = "https://github.com/pytest-dev/pytest"
|
||||||
extlinks = {
|
extlinks = {
|
||||||
"bpo": ("https://bugs.python.org/issue%s", "bpo-%s"),
|
"bpo": ("https://bugs.python.org/issue%s", "bpo-"),
|
||||||
"pypi": ("https://pypi.org/project/%s/", ""),
|
"pypi": ("https://pypi.org/project/%s/", ""),
|
||||||
"issue": (f"{_repo}/issues/%s", "issue #"),
|
"issue": (f"{_repo}/issues/%s", "issue #"),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue