aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2021-06-28 03:44:07 -0400
committerRapptz <[email protected]>2021-06-28 03:44:22 -0400
commit039bb9f871371958e4c425535fffe058cf873389 (patch)
tree6a5213ff763a8bb6c050fe982bc41f0cd56c3977
parentAdd versionadded for format_dt (diff)
downloaddiscord.py-039bb9f871371958e4c425535fffe058cf873389.tar.xz
discord.py-039bb9f871371958e4c425535fffe058cf873389.zip
Move documentation CSS after CSS block
-rw-r--r--docs/_templates/layout.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html
index 2fbf5159..d9fe2231 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -7,9 +7,6 @@
{%- block extrahead %} {% endblock %}
<!-- end extra head -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
- <link rel="stylesheet" href="{{ pathto('_static/style.css', 1)|e }}" type="text/css" />
- <link rel="stylesheet" href="{{ pathto('_static/codeblocks.css', 1) }}" type="text/css" />
- <link rel="stylesheet" href="{{ pathto('_static/icons.css', 1)|e }}" type="text/css" />
{%- block css %}
{%- for css in css_files %}
{%- if css|attr("filename") %}
@@ -19,6 +16,9 @@
{%- endif %}
{%- endfor %}
{%- endblock %}
+ <link rel="stylesheet" href="{{ pathto('_static/style.css', 1)|e }}" type="text/css" />
+ <link rel="stylesheet" href="{{ pathto('_static/codeblocks.css', 1) }}" type="text/css" />
+ <link rel="stylesheet" href="{{ pathto('_static/icons.css', 1)|e }}" type="text/css" />
{%- block scripts %}
<script id="documentation_options" data-url_root="{{ pathto('', 1) }}" src="{{ pathto('_static/documentation_options.js', 1) }}"></script>
{%- for js in script_files %}