From 1253a372d964a7cd3647002d987acbcd3d273a4f Mon Sep 17 00:00:00 2001 From: Rapptz Date: Thu, 25 Jun 2020 03:57:58 -0400 Subject: Various RTD related fixes. --- docs/_templates/layout.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/_templates') diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html index 0af79f91..236f5446 100644 --- a/docs/_templates/layout.html +++ b/docs/_templates/layout.html @@ -4,6 +4,8 @@ {{ title|striptags|e }}{{ titlesuffix }} + {%- block extrahead %} {% endblock %} + @@ -48,7 +50,6 @@ {%- endif %} {%- endblock %} - {%- block extrahead %} {% endblock %} {%- block header %}{% endblock %} -- cgit v1.2.3