8000 Backport PR #19279: Fix sphinx search · meeseeksmachine/matplotlib@903757d · GitHub
[go: up one dir, main page]

Skip to content

Commit 903757d

Browse files
story645meeseeksmachine
authored andcommitted
Backport PR matplotlib#19279: Fix sphinx search
1 parent 76c34a6 commit 903757d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/_templates/search.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
{%- block scripts %}
44
{{ super() }}
55
<script type="text/javascript" src="{{ pathto('_static/searchtools.js', 1) }}"></script>
6+
<script type="text/javascript" src="{{ pathto('_static/language_data.js', 1) }}"></script>
67
{%- endblock %}
78
{% block body %}
89
<h1 id="search-documentation">{{ _('Search') }}</h1>

0 commit comments

Comments
 (0)
0