We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3018c7b commit d493463Copy full SHA for d493463
sphinx_rtd_theme/layout.html
@@ -131,7 +131,7 @@
131
toctree is empty. Skip building this for now.
132
#}
133
{% if 'singlehtml' not in builder %}
134
- {% set global_toc = toctree(maxdepth=theme_navigation_depth|int, collapse=theme_collapse_navigation, includehidden=True) %}
+ {% set global_toc = toctree(maxdepth=theme_navigation_depth|int, collapse=theme_collapse_navigation, includehidden=theme_includehidden) %}
135
{% endif %}
136
{% if global_toc %}
137
{{ global_toc }}
0 commit comments