2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-01 16:40:50 +00:00

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

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'),
}