From 039bb9f871371958e4c425535fffe058cf873389 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 28 Jun 2021 03:44:07 -0400 Subject: [PATCH] Move documentation CSS after CSS block --- docs/_templates/layout.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 2fbf51595..d9fe22315 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -7,9 +7,6 @@ {%- block extrahead %} {% endblock %} - - - {%- block css %} {%- for css in css_files %} {%- if css|attr("filename") %} @@ -19,6 +16,9 @@ {%- endif %} {%- endfor %} {%- endblock %} + + + {%- block scripts %} {%- for js in script_files %}