Normalize sidebar in docs

A new version of the alabaster theme changed how the logo is handled.
Correct that and add previous/next links.  This realigns the docs
with Zuul.

Change-Id: Icd19284e4d3c054a8ad4eeed42e1d93ca87f86bd
This commit is contained in:
James E. Blair 2018-11-08 10:00:44 -08:00
parent 744fb736bd
commit dd551cda96
1 changed files with 5 additions and 2 deletions

View File

@ -94,7 +94,10 @@ pygments_style = 'sphinx'
# Theme options are theme-specific and customize the look and feel of a 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 # further. For a list of options available for each theme, see the
# documentation. # documentation.
#html_theme_options = {} html_theme_options = {
'show_related': True,
'logo': 'logo.svg',
}
# Add any paths that contain custom themes here, relative to this directory. # Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = [] #html_theme_path = []
@ -108,7 +111,7 @@ pygments_style = 'sphinx'
# The name of an image file (relative to this directory) to place at the top # The name of an image file (relative to this directory) to place at the top
# of the sidebar. # of the sidebar.
html_logo = '_static/logo.svg' #html_logo = '_static/logo.svg'
# The name of an image file (within the static path) to use as favicon of the # 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 # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32