doc: fix building with Sphinx 6

This commit is contained in:
Michael Eischer 2023-03-12 11:45:26 +01:00
parent f47c8eebb7
commit c4e6b198ae
1 changed files with 1 additions and 1 deletions

View File

@ -106,5 +106,5 @@ html_static_path = ['_static']
htmlhelp_basename = 'resticdoc'
extlinks = {
'issue': ('https://github.com/restic/restic/issues/%s', '#'),
'issue': ('https://github.com/restic/restic/issues/%s', '#%s'),
}