From 245dda4d846b49402ea2d97a55ce44d2fca586ad Mon Sep 17 00:00:00 2001 From: GeorgianaElena Date: Tue, 20 Oct 2020 19:09:32 +0300 Subject: [PATCH] Keep only the theme's default sidebars --- docs/conf.py | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d95ea0d..fc0d146 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -46,17 +46,3 @@ html_favicon = 'images/logo/favicon.ico' here = os.path.dirname(os.path.abspath(__file__)) if os.path.exists(os.path.join(here, '_static')): html_static_path = ['_static'] - -# Configure the sidebar to be how we want it to be -# We don't have 'navigation' here, since it is very cluttered -# and seems to be hard to control. -html_sidebars = { - '**': [ - # from pydata_sphinx_theme - 'sidebar-nav-bs.html', - 'sidebar-search-bs.html', - # from sphinx builtins - 'globaltoc.html', - 'relations.html', - ] -}