summaryrefslogtreecommitdiffstats
path: root/common/sphinx_rtd_theme/searchbox.html
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2016-01-15 23:41:06 -0500
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:07 -0400
commit5daabd23cfd13662e74ce8d069204882eb1fbad9 (patch)
treef4146d003923a3de5cf5071b76721b7883123364 /common/sphinx_rtd_theme/searchbox.html
downloadrtems-docs-5daabd23cfd13662e74ce8d069204882eb1fbad9.tar.bz2
Initial reST documentation using Sphinx.
Diffstat (limited to 'common/sphinx_rtd_theme/searchbox.html')
-rw-r--r--common/sphinx_rtd_theme/searchbox.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/sphinx_rtd_theme/searchbox.html b/common/sphinx_rtd_theme/searchbox.html
new file mode 100644
index 0000000..35ad52c
--- /dev/null
+++ b/common/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 %}