summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorAlex Thomas <alexthomas93@users.noreply.github.com>2018-04-21 16:23:09 +0100
committerAlex Thomas <alexthomas93@users.noreply.github.com>2018-04-21 16:23:09 +0100
commit3c6e8e1293f42d100755a9a24161d3511d5bc28b (patch)
tree5f910fd945373cdee9d1902771dc5b3289197eb1 /doc/source/conf.py
parent76aa47df078ca4f546487642635b12baca34d775 (diff)
downloadnumpy-3c6e8e1293f42d100755a9a24161d3511d5bc28b.tar.gz
Added a modified version of the basic Sphinx search box
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
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',