sphinx-contrib / fulltoc

Extension for Sphinx to make the sidebar show a full table of contents instead of just the local headings
Apache License 2.0
38 stars 19 forks source link

Support :hidden: option to toctree directive #12

Closed electrofelix closed 7 years ago

electrofelix commented 7 years ago

Ensures that :hidden: option does not cause an exception, and also sets includehidden=True to populate the sidebar TOC with the full TOC in line with expectations of just hiding the output in the main page layout.

willcharlton commented 7 years ago

I have just run into this as well. Can we get this merged and get a new version out?

https://github.com/sphinx-doc/sphinx/issues/3503