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() %}
|
{%- 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">
|
||||||
|
Loading…
Reference in New Issue
Block a user