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.
This commit is contained in:
Eric Holscher 2014-08-06 17:04:11 -07:00
parent 58098e0169
commit e77fdfb7f1

View File

@ -113,7 +113,7 @@
<div class="wy-nav-content">
<div class="rst-content">
{% include "breadcrumbs.html" %}
<div role="main">
<div role="main" class="document">
{% block body %}{% endblock %}
</div>
{% include "footer.html" %}