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