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

Workaround for issue #20 #21

Closed np-at closed 1 year ago

np-at commented 3 years ago

Added discarded titles_only keyword arg to make_toc function in order to avoid build error.
Decided against using discarded **kwargs param as this may make spotting errors more difficult in the future.

Addresses #20