Skip to content
Merged
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
9 changes: 9 additions & 0 deletions _templates/search.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{%- extends "!search.html" %}

{#- The theme hides its "activate JavaScript" warning with jQuery, which
Sphinx stopped bundling in 6.0, so the call failed and the warning
stayed on the page for every search. -#}

{% block footer_scripts %}
<script>document.getElementById("fallback").style.display = "none";</script>
{% endblock %}