Add global ToC back to index page

This commit is contained in:
Steve Johnson 2013-10-08 17:23:39 -07:00
parent f218b8d68f
commit ea8b1ed321

View File

@ -48,7 +48,7 @@ html_theme_options = {}
html_sidebars = { html_sidebars = {
'**': ['localtoc.html', 'sourcelink.html', 'sidebarhelp.html', '**': ['localtoc.html', 'sourcelink.html', 'sidebarhelp.html',
'searchbox.html'], 'searchbox.html'],
'index': ['sidebarhelp.html', 'searchbox.html'], 'index': ['globaltoc.html', 'sidebarhelp.html', 'searchbox.html'],
} }
# Output file base name for HTML help builder. # Output file base name for HTML help builder.