From aba5f7e473beea10d474262788de0e301626e322 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Thu, 8 Mar 2018 15:49:51 +0100 Subject: [PATCH] Removes all items from the side panel except the search bar --- coreapi/help/doc/sphinx/conf.py.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/coreapi/help/doc/sphinx/conf.py.in b/coreapi/help/doc/sphinx/conf.py.in index 89b2a4937..fcff75b1a 100644 --- a/coreapi/help/doc/sphinx/conf.py.in +++ b/coreapi/help/doc/sphinx/conf.py.in @@ -106,6 +106,11 @@ html_logo = 'logo.png' # Enable html5 html_experimental_html5_writer = True +# Side bar customization +html_sidebars = { + '**': ['searchbox.html'] +} + # -- Options for HTMLHelp output ------------------------------------------ # Output file base name for HTML help builder.