sphinx docs: put search box above TOC

Makes it visible without having to scroll down.
[ci skip]
This commit is contained in:
Johannes Altmanninger 2019-11-05 08:45:57 +01:00
parent afb56a007d
commit 12e783e30e

View file

@ -129,7 +129,7 @@ html_static_path = ["_static"]
# default: ``['localtoc.html', 'relations.html', 'sourcelink.html',
# 'searchbox.html']``.
#
html_sidebars = {"**": ["globaltoc.html", "localtoc.html", "searchbox.html"]}
html_sidebars = {"**": ["globaltoc.html", "searchbox.html", "localtoc.html"]}
# -- Options for HTMLHelp output ---------------------------------------------