Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
celaxodon opened this issue Jan 31, 2019 · 0 comments
Open

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

celaxodon opened this issue Jan 31, 2019 · 0 comments

Comments

@celaxodon
Copy link

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
lpsinger added a commit to lpsinger/sphinx-argparse that referenced this issue Jul 20, 2020
Populate and return extension metadata to declare that
sphinxext-argparse supports parallel builds. See sphinx documentation:
https://www.sphinx-doc.org/en/master/extdev/index.html?highlight=parallel_read_safe#extension-metadata

Fixes alex-rudakov#105.
ashb pushed a commit to sphinx-doc/sphinx-argparse that referenced this issue Apr 14, 2021
Populate and return extension metadata to declare that
sphinxext-argparse supports parallel builds. See sphinx documentation:
https://www.sphinx-doc.org/en/master/extdev/index.html?highlight=parallel_read_safe#extension-metadata

Fixes alex-rudakov/sphinx-argparse#105.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant