diff --git a/docs/source/conf.py b/docs/source/conf.py index 3624f060b..1e435cdab 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -167,7 +167,9 @@ #html_use_smartypants = True # Custom sidebar templates, maps document names to template names. -#html_sidebars = {} +html_sidebars = { + '**': [] +} # Additional templates that should be rendered to pages, maps page names to # template names.