Minor documentation tunings

This commit is contained in:
Alexander Graf
2017-08-25 22:38:54 +02:00
parent d7b1e2002d
commit 90c5cc3c72
4 changed files with 47 additions and 9 deletions

View File

@@ -123,7 +123,7 @@ todo_include_todos = False
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
html_theme = 'default'
# 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
@@ -178,7 +178,7 @@ html_static_path = ['_static']
# Custom sidebar templates, maps document names to template names.
#
html_sidebars = {'**': ["globaltoc.html", "relations.html"], 'index': [] }
html_sidebars = {'**': ["globaltoc.html", "relations.html", "links.html"] }
# Additional templates that should be rendered to pages, maps page names to
# template names.