Update doc theme settings to match Zuul

This makes the sidebar match the rest of Zuul.

Change-Id: I1ed6f71918d9a4d531ab953ba95e0232d3397e8a
This commit is contained in:
James E. Blair 2021-09-07 13:47:45 -07:00
parent 5bf96c1e30
commit d65ebc6bff
1 changed files with 5 additions and 1 deletions

View File

@ -77,7 +77,11 @@ latex_documents = [
# 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'
html_theme_options = {
'show_related': True,
'logo': '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