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.
2 parents 60fff9c + 38c46ce commit 6d0136fCopy full SHA for 6d0136f
sphinx_rtd_theme/layout.html
@@ -159,15 +159,16 @@
159
</nav>
160
161
162
- {# PAGE CONTENT #}
163
<div class="wy-nav-content">
+ {%- 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,8 +178,10 @@
177
178
179
{% endif%}
180
181
+ {%- endblock %}
182
{% include "footer.html" %}
183
184
185
186
187
</section>
0 commit comments