Show TOC in side bar

The current sidebar only has a link "Contents" and
provides almost no information.
It looks reasonable to show TOC in the sidebar.
openstackdocstheme 1.5.0 has an option 'sidebar_mode'
and it allows us to show TOC in the sidebar.

Change-Id: I97b7f4d67053bf065ae0035acf7b973b9450eeb2
This commit is contained in:
Akihiro Motoki 2016-09-28 04:39:40 +09:00
parent 23579506b1
commit c77f740043

View File

@ -120,7 +120,9 @@ html_theme = 'openstackdocs'
# 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.
# html_theme_options = {}
html_theme_options = {
'sidebar_mode': 'toc',
}
# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = [openstackdocstheme.get_html_theme_path()]