diff --git a/docs/conf.py b/docs/conf.py index 77e5223..e21220e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -137,7 +137,7 @@ html_static_path = ['_static'] # Custom sidebar templates, maps document names to template names. 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'], '**': ['sidebarlogo.html', 'localtoc.html', 'sourcelink.html', 'searchbox.html'] }