Fix readthedocs CSS issue

This commit is contained in:
Raphael Michel
2017-06-16 22:37:51 +02:00
parent 1a5a4cf72d
commit 8e3cc0df0c
-2
View File
@@ -38,9 +38,7 @@
{% endif %}
{# RTD hosts this file, so just load on non RTD builds #}
{% if not READTHEDOCS %}
<link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
{% endif %}
{% for cssfile in css_files %}
<link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css" />