Add missing pygments css link

This commit is contained in:
Aaron Carlisle 2017-07-29 20:19:52 -04:00 committed by GitHub
parent 3e386cdf1f
commit 2f8946f3d3

View File

@ -42,7 +42,9 @@
{% if not READTHEDOCS %}
<link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
{% endif %}
<link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
{% for cssfile in css_files %}
<link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css" />
{% endfor %}