1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-03 10:17:40 +00:00

fix sphinx warnings

This commit is contained in:
Thomas Waldmann 2022-08-20 14:58:28 +02:00
parent 4e2cc02e86
commit b024379904
2 changed files with 1 additions and 1 deletions

View file

@ -259,6 +259,6 @@ def setup(app):
]
extlinks = {
'issue': ('https://github.com/borgbackup/borg/issues/%s', '#'),
'issue': ('https://github.com/borgbackup/borg/issues/%s', '#%s'),
'targz_url': ('https://pypi.python.org/packages/source/b/borgbackup/%%s-%s.tar.gz' % version, None),
}