Skip to content

Commit

Permalink
Keep only the theme's default sidebars
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Oct 20, 2020
1 parent 88ea1bc commit 245dda4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,3 @@
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',
]
}

0 comments on commit 245dda4

Please sign in to comment.