When generating sphinx documentation using the default settings (including the Alabaster theme), the TOC sidebar only shows the top level headings for the entire document. It used to show the second-plus level headings for the current page. How do I fix this?
(Note: IIRC this used to be affected by whether or not globaltoc.html
or localtoc.html
was included in html_sidebars
, but it seems with Alabaster and/or recent versions, neither of those exist.)