including toc in doc index

This commit is contained in:
Gregor Aisch 2013-04-03 13:01:02 +02:00
parent cca2dfeb8b
commit 8d366b3852

View File

@ -137,7 +137,7 @@ html_static_path = ['_static']
# Custom sidebar templates, maps document names to template names. # Custom sidebar templates, maps document names to template names.
html_sidebars = { html_sidebars = {
'index': ['sidebarlogo.html', 'sourcelink.html', 'searchbox.html'], 'index': ['sidebarlogo.html', 'localtoc.html', 'sourcelink.html', 'searchbox.html'],
'api': ['sidebarlogo.html', 'autotoc.html', 'sourcelink.html', 'searchbox.html'], 'api': ['sidebarlogo.html', 'autotoc.html', 'sourcelink.html', 'searchbox.html'],
'**': ['sidebarlogo.html', 'localtoc.html', 'sourcelink.html', 'searchbox.html'] '**': ['sidebarlogo.html', 'localtoc.html', 'sourcelink.html', 'searchbox.html']
} }