- add custom sidebar file

Change-Id: I03078ee419882942a5891c90cef18851b53f905b
This commit is contained in:
Mike Bayer 2017-03-15 11:54:55 -04:00
parent adf0a7d1ea
commit d4ac63194a
2 changed files with 2 additions and 1 deletions

View File

3
docs/build/conf.py vendored
View File

@ -121,6 +121,7 @@ html_theme = 'nature'
html_style = "nature_override.css"
# 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.
@ -159,7 +160,7 @@ html_static_path = ['_static']
#html_use_smartypants = True
# Custom sidebar templates, maps document names to template names.
#html_sidebars = {}
html_sidebars = {"**": ["site_custom_sidebars.html", "localtoc.html", "searchbox.html", "relations.html"]}
# Additional templates that should be rendered to pages, maps page names to
# template names.