From b6edd3a2ff579e3e6d8276b0a262fd7fbb54adce Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Wed, 29 Jul 2020 15:59:33 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=B2=20Refactor=20sphinx=20config=20to=20r?= =?UTF-8?q?euse=20`github=5Furl`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 834bc36717..fc4e3a4118 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ github_repo_slug = f'{github_repo_org}/{github_repo_name}' github_repo_url = f'{github_url}/{github_repo_slug}' cp_github_repo_url = f'{github_url}/{github_repo_org}/cherrypy' -github_sponsors_url = 'https://github.com/sponsors' +github_sponsors_url = f'{github_url}/sponsors' extlinks = { 'issue': (f'{github_repo_url}/issues/%s', '#'),