mirror of
https://github.com/python/cpython.git
synced 2025-10-21 14:12:27 +00:00
Issue #19489: Move the search box from sidebar to header and footer.
This commit is contained in:
parent
1140a03426
commit
a3090a4b79
4 changed files with 45 additions and 11 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue