Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sphinx_ansible_theme/searchbox.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{%- if theme_display_version %}
{%- include "version_chooser.html" %}
{%- endif %}
{%- if 'singlehtml' not in builder %}
{%- if theme_display_searchbox|tobool and 'singlehtml' not in builder %}
<div role="search">
<form id="rtd-search-form" class="wy-form"{% if not theme_swift_id %} action="{{ pathto('search') }}"{% endif %} method="get">
<label class="sr-only" for="q">Search docs:</label>
Expand Down
1 change: 1 addition & 0 deletions src/sphinx_ansible_theme/theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ prev_next_buttons_location = bottom
style_external_links = False
style_nav_header_background =
vcs_pageview_mode =
display_searchbox = True


hubspot_id =
Expand Down