mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Re-enable search box for HTML builder.
This commit is contained in:
parent
5f488517ce
commit
5e5638e6e3
@ -29,8 +29,7 @@
|
||||
{% if customsidebar %}
|
||||
{{ rendertemplate(customsidebar) }}
|
||||
{% endif %}
|
||||
{% if current_page_name != "search" and builder == 'web' %}
|
||||
{# HTML builder search is disabled for now #}
|
||||
{% if current_page_name != "search" %}
|
||||
<h3>{{ builder == 'web' and 'Keyword' or 'Quick' }} search</h3>
|
||||
<form class="search" action="{{ pathto('search') }}" method="get">
|
||||
<input type="text" name="q" size="18"> <input type="submit" value="Go">
|
||||
|
Loading…
Reference in New Issue
Block a user