summaryrefslogtreecommitdiffstats
path: root/common/sphinx_rtd_theme_rtems
diff options
context:
space:
mode:
Diffstat (limited to 'common/sphinx_rtd_theme_rtems')
-rw-r--r--common/sphinx_rtd_theme_rtems/layout.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/common/sphinx_rtd_theme_rtems/layout.html b/common/sphinx_rtd_theme_rtems/layout.html
index 91d67b5..0fe6c65 100644
--- a/common/sphinx_rtd_theme_rtems/layout.html
+++ b/common/sphinx_rtd_theme_rtems/layout.html
@@ -67,9 +67,7 @@
{%- endblock %}
{# CSS #}
- {% for style in styles %}
<link rel="stylesheet" href="{{ pathto('_static/' + style, 1) }}" type="text/css" />
- {% endfor %}
<link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" />
{%- for css in css_files %}
{%- if css|attr("rel") %}