{# Override the default searchbox from RTD theme to provide the ability to select a search method (ex. built-in search, Google Custom Search, Kapa AI search, ...) #} {%- set has_google_search = google_searchengine_id is defined %} {%- set has_kapa_search = kapa_website_id is defined %} {%- set has_search_engine_menu = has_google_search or has_kapa_search %} {%- if ('singlehtml' not in builder) %} {%- if has_search_engine_menu %} {%- endif %} {%- endif %}