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:
parent
4e2cc02e86
commit
b024379904
2 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue