We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2b38f commit efb6c69Copy full SHA for efb6c69
python_docs_theme/layout.html
@@ -78,6 +78,7 @@ <h3>{{ _('Navigation') }}</h3>
78
79
{%- block body_tag %}
80
{{ super() }}
81
+{%- if builder != 'htmlhelp' %}
82
<div class="mobile-nav">
83
<input type="checkbox" id="menuToggler" class="toggler__input" aria-controls="navigation"
84
aria-pressed="false" aria-expanded="false" role="button" aria-label="{{ _('Menu')}}" />
@@ -116,6 +117,7 @@ <h3>{{ _('Navigation') }}</h3>
116
117
</nav>
118
</div>
119
120
+{% endif -%}
121
{% endblock %}
122
123
{% block footer %}
0 commit comments