Use globaltoc in docs for sidebar

By default sphinx uses localtoc which means 'show TOC for this page'.
Using a global table of contents on the sidebar is much more user
friendly wih our docs structure.

Change-Id: I215732d3848b4b75d9171bdbaaf2ff2e4dcc01f0
This commit is contained in:
Gregory Haynes 2016-10-06 13:54:28 -07:00 committed by Ian Wienand
parent c80cf9ec58
commit 14b9d7ff3e
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ html_theme = 'default'
#html_use_smartypants = True
# Custom sidebar templates, maps document names to template names.
#html_sidebars = {}
html_sidebars = { '**': ['globaltoc.html', 'relations.html', 'sourcelink.html', 'searchbox.html'], }
# Additional templates that should be rendered to pages, maps page names to
# template names.