From ed590002db757af0eec6845577875fe96006883d Mon Sep 17 00:00:00 2001 From: Chris Holdgraf Date: Fri, 19 Oct 2018 16:11:48 -0700 Subject: [PATCH] adding back sidebars --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index cc48fea0..2c20fc35 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -110,7 +110,7 @@ html_theme_path = [alabaster_jupyterhub.get_html_theme_path()] # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] - +html_sidebars = { '**': ['globaltoc.html', 'relations.html', 'sourcelink.html', 'searchbox.html'] } # -- Options for HTMLHelp output ------------------------------------------