This commit is contained in:
parulin 2025-12-11 07:22:54 +00:00 committed by GitHub
commit 2c09fe980e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 13 additions and 1 deletions

View file

@ -99,7 +99,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"