From 3c6e8e1293f42d100755a9a24161d3511d5bc28b Mon Sep 17 00:00:00 2001 From: Alex Thomas Date: Sat, 21 Apr 2018 16:23:09 +0100 Subject: Added a modified version of the basic Sphinx search box --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/conf.py') diff --git a/doc/source/conf.py b/doc/source/conf.py index fd8a8e551..1472f5155 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -115,7 +115,7 @@ else: "scipy_org_logo": False, "rootlinks": [] } - html_sidebars = {'index': 'indexsidebar.html'} + html_sidebars = {'index': ['indexsidebar.html', 'searchbox.html']} html_additional_pages = { 'index': 'indexcontent.html', -- cgit v1.2.1