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

Does not make parallel build support explicit #22

Open t-b opened 2 years ago

t-b commented 2 years ago

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 - please ask the extension author to check and make it explicit

This is with sphinx 4.4. Does fulltoc support parallel builds?

danepowell commented 1 year ago

Seems to work: https://github.com/sphinx-contrib/fulltoc/pull/26