summaryrefslogtreecommitdiff
path: root/sphinx_rtd_theme/searchbox.html
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2016-07-26 01:15:27 -0400
committerJordan Wiens <jordan@psifertex.com>2016-07-26 01:15:27 -0400
commitcc5b9d9643c5563d0933b585aa664f29edfc0ca1 (patch)
treed0bf77e1022492484865796c51a37c1712a9e674 /sphinx_rtd_theme/searchbox.html
parentf8f7ae14bec054170d69d8fd4de0c453b3c34798 (diff)
adding modified sphinx_rtd with red color
Diffstat (limited to 'sphinx_rtd_theme/searchbox.html')
-rw-r--r--sphinx_rtd_theme/searchbox.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/sphinx_rtd_theme/searchbox.html b/sphinx_rtd_theme/searchbox.html
new file mode 100644
index 00000000..35ad52c5
--- /dev/null
+++ b/sphinx_rtd_theme/searchbox.html
@@ -0,0 +1,9 @@
+{%- if builder != 'singlehtml' %}
+<div role="search">
+ <form id="rtd-search-form" class="wy-form" action="{{ pathto('search') }}" method="get">
+ <input type="text" name="q" placeholder="Search docs" />
+ <input type="hidden" name="check_keywords" value="yes" />
+ <input type="hidden" name="area" value="default" />
+ </form>
+</div>
+{%- endif %}