-
+
diff --git a/_templates/searchbox.html b/_templates/searchbox.html
deleted file mode 100644
index 1e4815c..0000000
--- a/_templates/searchbox.html
+++ /dev/null
@@ -1,9 +0,0 @@
-{%- if 'singlehtml' not in builder %}
-
-
-
-{%- endif %}
\ No newline at end of file
diff --git a/conf.py b/conf.py
index b0103b6..5ed6a48 100644
--- a/conf.py
+++ b/conf.py
@@ -182,7 +182,6 @@
'**': [
'about.html',
'navigation.html',
- 'searchbox.html',
'patrons.html', # a custom template, has to be in the _templates dir, but for pysdr it gets auto-generated by python build script
#'relations.html', # doesnt seem to show anything
]