Skip to content

Commit d493463

Browse files
authored
Add option to layout.html
1 parent 3018c7b commit d493463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx_rtd_theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
toctree is empty. Skip building this for now.
132132
#}
133133
{% if 'singlehtml' not in builder %}
134-
{% set global_toc = toctree(maxdepth=theme_navigation_depth|int, collapse=theme_collapse_navigation, includehidden=True) %}
134+
{% set global_toc = toctree(maxdepth=theme_navigation_depth|int, collapse=theme_collapse_navigation, includehidden=theme_includehidden) %}
135135
{% endif %}
136136
{% if global_toc %}
137137
{{ global_toc }}

0 commit comments

Comments
 (0)