Fix the link to theme.js. Fixes #75

This commit is contained in:
Eric Holscher 2014-01-07 23:42:42 -05:00
parent 2e13a1cdbc
commit 8658617ad0

View File

@ -50,7 +50,7 @@
{# RTD hosts these file themselves, so just load on non RTD builds #}
{% if not READTHEDOCS %}
<link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
<script type="text/javascript" src="_static/js/theme.js"></script>
<script type="text/javascript" src="{{ pathto('_static/js/theme.js', 1) }}"></script>
{% endif %}
{% for cssfile in css_files %}