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:
parent
c80cf9ec58
commit
14b9d7ff3e
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user