mirror of
https://github.com/restic/restic.git
synced 2025-03-04 10:39:43 +00:00
Merge pull request #5222 from MichaelEischer/docs-edit-links
doc: add edit on github link
This commit is contained in:
commit
9566e2db4a
1 changed files with 6 additions and 0 deletions
|
@ -91,6 +91,12 @@ html_show_version = False
|
||||||
# so a file named "default.css" will overwrite the builtin "default.css".
|
# so a file named "default.css" will overwrite the builtin "default.css".
|
||||||
html_static_path = ['_static']
|
html_static_path = ['_static']
|
||||||
|
|
||||||
|
html_context = {
|
||||||
|
'display_github': True,
|
||||||
|
'github_user': 'restic',
|
||||||
|
'github_repo': 'restic',
|
||||||
|
'github_version': 'master/doc/',
|
||||||
|
}
|
||||||
|
|
||||||
# -- Options for HTMLHelp output ------------------------------------------
|
# -- Options for HTMLHelp output ------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue