Skip to content

Commit

Permalink
Fix search function (apache#4570)
Browse files Browse the repository at this point in the history
* Fix search function

* Small fix
  • Loading branch information
kevinthesun authored and piiswrong committed Jan 7, 2017
1 parent b24c6c5 commit 3a820bf
Show file tree
Hide file tree
Showing 2 changed files with 653 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/_static/mxnet-theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@
</script>

<script type="text/javascript" src="{{ pathto('_static/jquery-1.11.1.js', 1) }}"></script>
<script type="text/javascript" src="{{ pathto('_static/searchtools.js', 1) }}"></script>

{% for name in ['underscore.js', 'doctools.js', 'searchtools.js', 'selectlang.js'] %}
{% for name in ['underscore.js', 'doctools.js', 'selectlang.js'] %}
<script type="text/javascript" src="{{ pathto('_static/' + name, 1) }}"></script>
{% endfor %}

Expand Down
Loading

0 comments on commit 3a820bf

Please sign in to comment.