forked from gulliver/rtfm
fix: copied sphinx_rtd_theme to further shrink filesize
This commit is contained in:
9
theme/custom_sphinx_rtd_theme/searchbox.html
Normal file
9
theme/custom_sphinx_rtd_theme/searchbox.html
Normal file
@ -0,0 +1,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') }}" />
|
||||
<input type="hidden" name="check_keywords" value="yes" />
|
||||
<input type="hidden" name="area" value="default" />
|
||||
</form>
|
||||
</div>
|
||||
{%- endif %}
|
Reference in New Issue
Block a user