summaryrefslogtreecommitdiffstats
path: root/sphinx_rtd_theme/searchbox.html
blob: a16ab2c899afa4d5104368d607eee3ea1ad538da (plain)
1
2
3
4
5
6
7
8
9
{%- if 'singlehtml' not in builder %}
<div role="search">
  <form id="rtd-search-form" class="wy-form" action="{{ pathto('search') }}" method="get">
    <input type="text" name="q" placeholder="{{ _('Search docs') }}" aria-label="{{ _('Search docs') }}" />
    <input type="hidden" name="check_keywords" value="yes" />
    <input type="hidden" name="area" value="default" />
  </form>
</div>
{%- endif %}