mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-20 00:10:35 -05:00
docs: remove unused targz_url extlink from Sphinx config
This commit is contained in:
parent
c7d62c0ebd
commit
44693da753
1 changed files with 1 additions and 4 deletions
|
|
@ -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")}
|
||||
|
|
|
|||
Loading…
Reference in a new issue