Skip to content

Commit

Permalink
Backport PR #19279: Fix sphinx search
Browse files Browse the repository at this point in the history
  • Loading branch information
story645 authored and QuLogic committed Jan 12, 2021
1 parent 57fffc4 commit 6c38462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/_templates/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{%- block scripts %}
{{ super() }}
<script type="text/javascript" src="{{ pathto('_static/searchtools.js', 1) }}"></script>
<script type="text/javascript" src="{{ pathto('_static/language_data.js', 1) }}"></script>
{%- endblock %}
{% block body %}
<h1 id="search-documentation">{{ _('Search') }}</h1>
Expand Down

0 comments on commit 6c38462

Please sign in to comment.