docs: remove unused targz_url extlink from Sphinx config

This commit is contained in:
Mrityunjay Raj 2026-02-15 21:42:36 +05:30
parent c7d62c0ebd
commit 44693da753

View file

@ -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")}