We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178e94a commit ac910bbCopy full SHA for ac910bb
sphinx_rtd_theme/layout.html
@@ -160,14 +160,15 @@
160
161
162
<div class="wy-nav-content">
163
- {%- block pagecontent %}
+ {%- block content %}
164
{% if theme_style_external_links|tobool %}
165
<div class="rst-content style-external-links">
166
{% else %}
167
<div class="rst-content">
168
{% endif %}
169
{% include "breadcrumbs.html" %}
170
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
171
+ {%- block document %}
172
<div itemprop="articleBody">
173
{% block body %}{% endblock %}
174
</div>
@@ -177,6 +178,7 @@
177
178
179
{% endif%}
180
181
+ {%- endblock %}
182
{% include "footer.html" %}
183
184
{%- endblock %}
0 commit comments