When running sphinx-build with the -j flag for building documentation in parallel, sphinx generates a warning:
the sphinxarg.ext 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
When running
sphinx-build
with the-j
flag for building documentation in parallel, sphinx generates a warning: