alex-rudakov / sphinx-argparse

Sphinx extension that automatically document argparse commands and options
MIT License
49 stars 40 forks source link

Extension does not declare if it is safe for parallel reading #105

Open celaxodon opened 5 years ago

celaxodon commented 5 years ago

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