agogo theme: ensure hidden toctree is show on Table of Contents (#6679)

This commit is contained in:
David Miguel Susano Pinto 2022-06-16 21:10:40 +01:00 committed by GitHub
parent 1a1491b8a7
commit 715a137a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@
{%- macro agogo_sidebar() %} {%- macro agogo_sidebar() %}
{%- block sidebartoc %} {%- block sidebartoc %}
<h3>{{ _('Table of Contents') }}</h3> <h3>{{ _('Table of Contents') }}</h3>
{{ toctree() }} {{ toctree(includehidden=True) }}
{%- endblock %} {%- endblock %}
{%- block sidebarsearch %} {%- block sidebarsearch %}
<div role="search"> <div role="search">