Add 'Edit on GitHub' Link

This commit is contained in:
qubedmaiska 2025-08-15 16:44:04 -04:00
parent d4e09e079f
commit b0395e618c
No known key found for this signature in database
GPG key ID: 204BCE0FD52C0501

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']