This commit is contained in:
parulin 2025-09-28 10:00:26 +08:00 committed by GitHub
commit ad417aa8b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 1 deletions

11
_static/css/custom.css Normal file
View 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;
}

View file

@ -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"