doc: Move links to sidebar

This commit is contained in:
Tatsuhiro Tsujikawa
2013-01-12 17:24:28 +09:00
parent 7760929153
commit 0c8c6614d7
3 changed files with 11 additions and 9 deletions

View File

@@ -158,7 +158,10 @@ html_static_path = ['_static']
#html_use_smartypants = True
# Custom sidebar templates, maps document names to template names.
#html_sidebars = {}
html_sidebars = {
'**': ['menu.html', 'localtoc.html', 'relations.html', 'sourcelink.html',
'searchbox.html']
}
# Additional templates that should be rendered to pages, maps page names to
# template names.