mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-08-06 13:44:22 -04:00
Merge 9febba9b39
into ba609d123e
This commit is contained in:
commit
10182ba43d
1 changed files with 8 additions and 0 deletions
8
conf.py
8
conf.py
|
@ -87,6 +87,14 @@ gettext_compact = False
|
||||||
|
|
||||||
locale_dirs = ['_translated']
|
locale_dirs = ['_translated']
|
||||||
|
|
||||||
|
html_context = {
|
||||||
|
"display_github": True,
|
||||||
|
"github_user": "QubesOS",
|
||||||
|
"github_repo": "qubes-doc",
|
||||||
|
"github_version": "main",
|
||||||
|
"conf_py_path": "/",
|
||||||
|
}
|
||||||
|
|
||||||
# from https://gist.github.com/ehles/bed012d78aad5d3cd6c35a49bef32f9f
|
# from https://gist.github.com/ehles/bed012d78aad5d3cd6c35a49bef32f9f
|
||||||
def align(argument):
|
def align(argument):
|
||||||
"""Conversion function for the "align" option."""
|
"""Conversion function for the "align" option."""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue