Add 'Edit on GitHub' Link

This commit is contained in:
qubedmaiska 2025-08-15 16:44:04 -04:00 committed by parulin
parent 651229c10d
commit 6c987d00d4
No known key found for this signature in database
GPG key ID: 65099A5B0E31336C

11
conf.py
View file

@ -97,6 +97,17 @@ autosectionlabel_prefix_document = True
# -- 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 -------------------------------------
locale_dirs = ['_translated']