From 44693da753ec2f19b490a97a5bc1cac69c983390 Mon Sep 17 00:00:00 2001 From: Mrityunjay Raj Date: Sun, 15 Feb 2026 21:42:36 +0530 Subject: [PATCH] docs: remove unused targz_url extlink from Sphinx config --- docs/conf.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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")}