fulltoc icon indicating copy to clipboard operation
fulltoc copied to clipboard

Does not make parallel build support explicit

Open t-b opened this issue 3 years ago • 1 comments

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?

t-b avatar Feb 17 '22 08:02 t-b

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

danepowell avatar Aug 22 '23 17:08 danepowell