fulltoc
fulltoc copied to clipboard
Extension for Sphinx to make the sidebar show a full table of contents instead of just the local headings
Hey, If I use this extension with the below list, I get this error ` TypeError("make_toctree() got an unexpected keyword argument 'titles_only'") ` Environment * Python 3.7.1 * Sphinx 4.0.2...
I'm in the process of packaging this for Arch Linux, there's quite a few deprecation warnings displayed when building this using either legacy `setup.py` or the `build` module (PEP-517 compatible)....
This seems to basically work and fixes #22, but don't take my word for it: help test please!
When doing a parallel build with `sphinx-build -j auto ...` I get ``` WARNING: the sphinxcontrib.fulltoc extension does not declare if it is safe for parallel reading, assuming it isn't...
Note: I'm not well versed in the toctree creation here, but this change helped me get `maxdepth` be respected for the output. Perhaps this could be added as a configuration...
We overwrite the "toc" value in the template context without preserving the old values. We should save them as "localtoc" or something similar so template authors can use the information...
Hi, In my sphinx docs, my buikld succeeds with *either one* of 'sphinxcontrib.fulltoc', 'sphinxcontrib.bibtex' included in conf.py, but *not both*. The full traceback also suggests that the problem is some...
If the global TOC changes, only the pages actually edited are regenerated. We should invalidate the cache for all pages so they are all regenerated.
By default "local" links on other pages are not shown, only the page title is included. Add an option to expand all local links in all pages.