diff options
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 4f13d857..74435672 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -134,7 +134,8 @@ html_short_title = "Distribute" #html_use_smartypants = True # Custom sidebar templates, maps document names to template names. -#html_sidebars = {} +html_sidebars = {'index': 'indexsidebar.html'} + # Additional templates that should be rendered to pages, maps page names to # template names. |