Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 551ced2

Browse files
authored
Add sphinx_highlight.js to the search page (needed since sphinx 5.2.0). (#24727)
1 parent 8c384da commit 551ced2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/themes/scikit-learn-modern/search.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@
55
<script src="{{ pathto('_static/doctools.js', 1) }}"></script>
66
<script src="{{ pathto('_static/language_data.js', 1) }}"></script>
77
<script src="{{ pathto('_static/searchtools.js', 1) }}"></script>
8+
<script src="{{ pathto('_static/sphinx_highlight.js', 1) }}"></script>
89
{% endblock %}

0 commit comments

Comments
 (0)