We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e386cd commit 2f8946fCopy full SHA for 2f8946f
sphinx_rtd_theme/layout.html
@@ -42,7 +42,9 @@
42
{% if not READTHEDOCS %}
43
<link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
44
{% endif %}
45
-
+
46
+ <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
47
48
{% for cssfile in css_files %}
49
<link rel="stylesheet" href="{{ pathto(cssfile, 1) }}" type="text/css" />
50
{% endfor %}
0 commit comments