mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-12-17 16:53:54 -05:00
Add style to external links in the menu
Should fix QubesOS/qubes-issues#10260
This commit is contained in:
parent
59488e73ef
commit
409867fcc6
2 changed files with 13 additions and 1 deletions
3
conf.py
3
conf.py
|
|
@ -85,7 +85,8 @@ html_theme_options = {
|
|||
|
||||
html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "/")
|
||||
|
||||
html_static_path = ['attachment/doc']
|
||||
html_static_path = ['attachment/doc', '_static']
|
||||
html_css_files = ['css/custom.css']
|
||||
|
||||
html_use_opensearch = "https://doc.qubes-os.org"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue