diff --git a/docs/conf.py b/docs/conf.py index 12e9230f8..ccc1c552a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -248,7 +248,4 @@ extensions = [ "guzzle_sphinx_theme", # register the theme as an extension to generate a sitemap.xml ] -extlinks = { - "issue": ("https://github.com/borgbackup/borg/issues/%s", "#%s"), - "targz_url": ("https://pypi.org/project/borgbackup/%s/#files", None), -} +extlinks = {"issue": ("https://github.com/borgbackup/borg/issues/%s", "#%s")}