diff --git a/attachment/icons/128x128/apps/qubes-logo-icon.png b/attachment/icons/128x128/apps/qubes-logo-icon.png new file mode 100644 index 00000000..98f6036e Binary files /dev/null and b/attachment/icons/128x128/apps/qubes-logo-icon.png differ diff --git a/attachment/icons/favicon-16x16.png b/attachment/icons/favicon-16x16.png new file mode 100644 index 00000000..c26853d5 Binary files /dev/null and b/attachment/icons/favicon-16x16.png differ diff --git a/conf.py b/conf.py index 85f31d1e..2f936e09 100644 --- a/conf.py +++ b/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