mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-08-05 21:24:15 -04:00
HTML theme: style external links and add logos
This commit is contained in:
parent
ba609d123e
commit
bc34fd1ab7
3 changed files with 4 additions and 8 deletions
BIN
attachment/icons/128x128/apps/qubes-logo-icon.png
Normal file
BIN
attachment/icons/128x128/apps/qubes-logo-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.3 KiB |
BIN
attachment/icons/favicon-16x16.png
Normal file
BIN
attachment/icons/favicon-16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
12
conf.py
12
conf.py
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue