Fix html_sidebars to match current sphinx theme

This commit is contained in:
GeorgianaElena
2020-10-20 14:57:40 +03:00
parent 64cb8ab8ba
commit 3d74d028a2

View File

@@ -52,10 +52,11 @@ if os.path.exists(os.path.join(here, '_static')):
# and seems to be hard to control. # and seems to be hard to control.
html_sidebars = { html_sidebars = {
'**': [ '**': [
'about.html', # from pydata_sphinx_theme
'sidebar-nav-bs.html',
'sidebar-search-bs.html'
# from sphinx builtins
'globaltoc.html', 'globaltoc.html',
'relations.html', 'relations.html',
'searchbox.html',
'donate.html',
] ]
} }