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() %}
{%- block sidebartoc %}
<h3>{{ _('Table of Contents') }}</h3>
{{ toctree() }}
{{ toctree(includehidden=True) }}
{%- endblock %}
{%- block sidebarsearch %}
<div role="search">