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.
navigation
1 parent 6c87660 commit 8c31a26Copy full SHA for 8c31a26
docs/changelog.rst
@@ -14,6 +14,8 @@ Fixes
14
Other Changes
15
--------------
16
17
+* Add the ``navigation`` template block around the navigation area.
18
+
19
0.4.3
20
======
21
sphinx_rtd_theme/layout.html
@@ -142,6 +142,7 @@
142
{% endblock %}
143
</div>
144
145
+ {% block navigation %}
146
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
147
{% block menu %}
148
{#
@@ -162,6 +163,7 @@
162
163
{% endif %}
164
165
166
+ {% endblock %}
167
168
</nav>
169
0 commit comments