HTML theme: style external links and add logos

This commit is contained in:
parulin 2025-07-27 03:33:26 -04:00
parent ba609d123e
commit bc34fd1ab7
No known key found for this signature in database
GPG key ID: BC3830B42F4BF1F5
3 changed files with 4 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

12
conf.py
View file

@ -65,19 +65,15 @@ html_theme = 'sphinx_rtd_theme'
# html_theme = 'classic'
html_theme_options = {
'externalrefs': True,
'bgcolor': 'white',
'linkcolor': '#99bfff',
'textcolor': '#000000',
'visitedlinkcolor': '#7b7b7b',
'bodyfont': '"Open Sans", Arial, sans-serif',
'codebgcolor': '$color-qube-light',
'codebgcolor': 'grey',
'style_external_links': True,
'body_min_width': '50%',
'body_max_width': '90%',
'collapse_navigation': True,
}
html_logo = "attachment/icons/128x128/apps/qubes-logo-icon.png"
html_favicon = "attachment/icons/favicon-16x16.png"
gettext_uuid = True
gettext_compact = False