Update Docs Theming

This commit is contained in:
Cameron Yick
2017-08-25 00:49:12 -04:00
parent b73458c7f8
commit 04e3090729
3 changed files with 13 additions and 129 deletions

View File

@@ -111,7 +111,7 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'default'
html_theme = 'alabaster'
# 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
@@ -153,7 +153,15 @@ html_static_path = ['_static']
#html_use_smartypants = True
# Custom sidebar templates, maps document names to template names.
#html_sidebars = {}
html_sidebars = {
'**': [
'about.html',
'navigation.html',
'relations.html',
'searchbox.html',
# 'donate.html',
]
}
# Additional templates that should be rendered to pages, maps page names
# to template names.