From e77fdfb7f14cd355e39e0d3c88a4cb02addda773 Mon Sep 17 00:00:00 2001 From: Eric Holscher Date: Wed, 6 Aug 2014 17:04:11 -0700 Subject: [PATCH] Add div.document to the theme. This refs: https://github.com/rtfd/readthedocs.org/issues/794 All of the standard Sphinx themes include this, and RTD uses it internally. --- sphinx_rtd_theme/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_rtd_theme/layout.html b/sphinx_rtd_theme/layout.html index 2e352605..20a13eef 100644 --- a/sphinx_rtd_theme/layout.html +++ b/sphinx_rtd_theme/layout.html @@ -113,7 +113,7 @@
{% include "breadcrumbs.html" %} -
+
{% block body %}{% endblock %}
{% include "footer.html" %}