diff --git a/mpl_sphinx_theme/search.html b/mpl_sphinx_theme/search.html deleted file mode 100644 index aacae3d..0000000 --- a/mpl_sphinx_theme/search.html +++ /dev/null @@ -1,45 +0,0 @@ -{% extends "layout.html" %} -{% set title = _('Search') %} -{%- block scripts %} - {{ super() }} - - -{%- endblock %} -{% block body %} -
- {% trans %}Searching for multiple words only shows matches that contain - all words.{% endtrans %} -
-- If you want to limit your search to working code examples, include the - keyword "codex" (mnemonic for code example) in your search, e.g., - "codex ellipse". -
- - {% if search_performed %} -{{ _('Your search did not match any results.') }}
- {% endif %} - {% endif %} -