Add logo and favicon, adjust styling

pull/4/head
Felix Oesterle 4 years ago
parent 16a2187bc8
commit 6c235fedf1

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

@ -50,6 +50,24 @@ master_doc = 'index'
#
html_theme = "sphinx_rtd_theme"
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
html_theme_options = {
'logo_only': True,
'style_nav_header_background': '#343131'
# 'display_version': False,
}
# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
html_logo = '_static/logo.png'
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
html_favicon = '_static/favicon.png'
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".

@ -3,8 +3,8 @@
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to AvaFrame's documentation!
====================================
The Open Avalanche Framework
============================
Overview
@ -37,11 +37,3 @@ Modules
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`