Skip to content

Commit

Permalink
agogo theme: ensure hidden toctree is show on Table of Contents (#6679)
Browse files Browse the repository at this point in the history
  • Loading branch information
carandraug committed Jun 16, 2022
1 parent 1a1491b commit 715a137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx/themes/agogo/layout.html
Expand Up @@ -36,7 +36,7 @@
{%- macro agogo_sidebar() %}
{%- block sidebartoc %}
<h3>{{ _('Table of Contents') }}</h3>
{{ toctree() }}
{{ toctree(includehidden=True) }}
{%- endblock %}
{%- block sidebarsearch %}
<div role="search">
Expand Down

0 comments on commit 715a137

Please sign in to comment.