Skip to content

Commit

Permalink
fix bug of search.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ain-soph committed Dec 22, 2020
1 parent 222e8cb commit d033830
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytorch_sphinx_theme/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
{%- extends "layout.html" %}
{% set title = _('Search') %}
{% set script_files = script_files + ['_static/searchtools.js'] %}
{% set script_files = script_files + ['_static/language_data.js'] %}
{% block footer %}
<script type="text/javascript" src="{{ pathto('searchindex.js', 1) }}" defer></script>
{{ super() }}
Expand Down

0 comments on commit d033830

Please sign in to comment.