-
-
Notifications
You must be signed in to change notification settings - Fork 170
Open
Description
Lines 140 to 142 in b4f2126
html_sidebars = { | |
"**": [], | |
} |
seems to disable the expansion of the ToC headings. I don't know if this is a bug or a feature but it is unfortunate since it makes the improvement of #320 a bit less useful.
Edit: looks like the fix is to replace it by
html_sidebars = {
"**": ["sidebar-nav-bs.html"],
}
Originally posted by @zmoon in #320 (comment)
Metadata
Metadata
Assignees
Labels
No labels