mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
agogo theme: ensure hidden toctree is show on Table of Contents (#6679)
This commit is contained in:
parent
1a1491b8a7
commit
715a137a4d
@ -36,7 +36,7 @@
|
||||
{%- macro agogo_sidebar() %}
|
||||
{%- block sidebartoc %}
|
||||
<h3>{{ _('Table of Contents') }}</h3>
|
||||
{{ toctree() }}
|
||||
{{ toctree(includehidden=True) }}
|
||||
{%- endblock %}
|
||||
{%- block sidebarsearch %}
|
||||
<div role="search">
|
||||
|
Loading…
Reference in New Issue
Block a user