Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit c7b7072

Browse files
committed
added global ToC in the sidebar
1 parent 3afa6f2 commit c7b7072

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@
127127
#html_use_smartypants = True
128128

129129
# Custom sidebar templates, maps document names to template names.
130-
#html_sidebars = {}
130+
html_sidebars = {
131+
'**': ['localtoc.html', 'globaltoc.html', 'relations.html', 'sourcelink.html', 'searchbox.html'],
132+
}
131133

132134
# Additional templates that should be rendered to pages, maps page names to
133135
# template names.

0 commit comments

Comments
 (0)