mirror of
https://github.com/restic/restic.git
synced 2025-02-22 19:48:29 +00:00
doc: add edit on github link
This commit is contained in:
parent
c4be05dbc2
commit
c2e404a0ee
@ -91,6 +91,12 @@ html_show_version = False
|
||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||
html_static_path = ['_static']
|
||||
|
||||
html_context = {
|
||||
'display_github': True,
|
||||
'github_user': 'restic',
|
||||
'github_repo': 'restic',
|
||||
'github_version': 'master/doc/',
|
||||
}
|
||||
|
||||
# -- Options for HTMLHelp output ------------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user