From bbea1b8bd32721b3a20f3297f24bb9464bd1cace Mon Sep 17 00:00:00 2001 From: "oleg.hoefling" Date: Sun, 24 Oct 2021 17:36:38 +0200 Subject: [PATCH] sphinx 3 compat Signed-off-by: oleg.hoefling --- doc/en/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/conf.py b/doc/en/conf.py index e866375ee..5fdff1b5c 100644 --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -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 #"), }