mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Keep only the theme's default sidebars
This commit is contained in:
14
docs/conf.py
14
docs/conf.py
@@ -46,17 +46,3 @@ html_favicon = 'images/logo/favicon.ico'
|
|||||||
here = os.path.dirname(os.path.abspath(__file__))
|
here = os.path.dirname(os.path.abspath(__file__))
|
||||||
if os.path.exists(os.path.join(here, '_static')):
|
if os.path.exists(os.path.join(here, '_static')):
|
||||||
html_static_path = ['_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',
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user