Skip to content

Commit b3a8bc5

Browse files
authored
Merge pull request #788 from pradyunsg/cleanups
Correctly use globaltoc.html for global ToC
2 parents b5f7f5d + 505ee22 commit b3a8bc5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@
196196

197197
# Custom sidebar templates, filenames relative to this file.
198198
html_sidebars = {
199-
'**': ['localtoc.html', 'relations.html'],
200-
'index': ['localtoc.html']
199+
'**': ['globaltoc.html', 'relations.html'],
200+
'index': ['globaltoc.html']
201201
}
202202

203203
# Additional templates that should be rendered to pages, maps page names to

0 commit comments

Comments
 (0)