summaryrefslogtreecommitdiff
path: root/Documentation/theme/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/theme/layout.html')
-rw-r--r--Documentation/theme/layout.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/Documentation/theme/layout.html b/Documentation/theme/layout.html
index 139c39c7..4fffefab 100644
--- a/Documentation/theme/layout.html
+++ b/Documentation/theme/layout.html
@@ -1,3 +1,6 @@
+{#
+SPDX-License-Identifier: CC-BY-SA-4.0
+#}
{# TEMPLATE VAR SETTINGS #}
{%- set url_root = pathto('', 1) %}
{%- if url_root == '#' %}{% set url_root = '' %}{% endif %}
@@ -30,11 +33,6 @@
{% 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" />
{% endfor %}