poezio/doc/source/theme/sphinx_rtd_theme/searchbox.html
mathieui 61f28d7ffe
Change the sphinx theme to one derived from readthedocs
(without stuff like the unicode codepoint agressions and external
resources)

This should be cleaner and look good on mobile devices too.
2015-02-07 21:14:48 +01:00

9 lines
354 B
HTML

{%- 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 %}