mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-11-09 06:55:41 -05:00
Merge 409867fcc6 into 1d4bfbc50f
This commit is contained in:
commit
ad417aa8b6
2 changed files with 13 additions and 1 deletions
11
_static/css/custom.css
Normal file
11
_static/css/custom.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
.wy-menu.wy-menu-vertical a.reference.external::after {
|
||||
/* \00a0 = no break space */
|
||||
content: "\00a0\f08e";
|
||||
font-family: FontAwesome;
|
||||
display: inline-block;
|
||||
font-style: normal;
|
||||
font-variant: normal;
|
||||
text-rendering: auto;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
}
|
||||
3
conf.py
3
conf.py
|
|
@ -97,7 +97,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