Removes all items from the side panel except the search bar

This commit is contained in:
François Grisez 2018-03-08 15:49:51 +01:00
parent ddfae7e2e1
commit aba5f7e473

View file

@ -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.