8000 Merge pull request #19279 from timhoffm/fix-sphinx-search · matplotlib/matplotlib@ee2bee3 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ee2bee3

Browse files
authored
Merge pull request #19279 from timhoffm/fix-sphinx-search
Fix sphinx search
2 parents 47dcf54 + 64e9ab5 commit ee2bee3

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