Issue #19489: Move the search box from sidebar to header and footer.

This commit is contained in:
Zachary Ware 2016-09-09 13:11:27 -07:00
parent 1140a03426
commit a3090a4b79
4 changed files with 45 additions and 11 deletions

View file

@ -60,7 +60,10 @@ templates_path = ['tools/templates']
# Custom sidebar templates, filenames relative to this file.
html_sidebars = {
'index': 'indexsidebar.html',
# Defaults taken from http://www.sphinx-doc.org/en/stable/config.html#confval-html_sidebars
# Removes the quick search block
'**': ['localtoc.html', 'relations.html', 'customsourcelink.html'],
'index': ['indexsidebar.html'],
}
# Additional templates that should be rendered to pages.