mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-09-25 19:11:14 -04:00
Add 'Edit on GitHub' Link
This commit is contained in:
parent
651229c10d
commit
6c987d00d4
1 changed files with 11 additions and 0 deletions
11
conf.py
11
conf.py
|
@ -97,6 +97,17 @@ autosectionlabel_prefix_document = True
|
||||||
|
|
||||||
# -- HTML configuration ------------------------------------------------------
|
# -- HTML configuration ------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
# -- -- Add 'Edit on GitHub' Link --------------------------------------------
|
||||||
|
|
||||||
|
html_context = {
|
||||||
|
"display_github": True,
|
||||||
|
"github_user": "QubesOs",
|
||||||
|
"github_repo": "qubes-doc",
|
||||||
|
"github_version": "rst",
|
||||||
|
"conf_py_path": "/",
|
||||||
|
}
|
||||||
|
|
||||||
# -- -- Options for internationalisation -------------------------------------
|
# -- -- Options for internationalisation -------------------------------------
|
||||||
|
|
||||||
locale_dirs = ['_translated']
|
locale_dirs = ['_translated']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue