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.
2 parents f6b8005 + 6c23024 commit 42097c0Copy full SHA for 42097c0
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 %}
sphinx_rtd_theme/theme.conf
@@ -1,6 +1,7 @@
1
[theme]
2
inherit = basic
3
stylesheet = css/theme.css
4
+pygments_style = default
5
6
[options]
7
typekit_id = hiw1hhg
0 commit comments