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

Declare if extension is safe for parallel reading #229

Open
explode opened this issue Mar 26, 2024 · 0 comments
Open

Declare if extension is safe for parallel reading #229

explode opened this issue Mar 26, 2024 · 0 comments

Comments

@explode
Copy link

explode commented Mar 26, 2024

Doing a Sphinx build using multiple processes will complain:

WARNING: the sphinx_bootstrap_theme 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
WARNING: doing serial read

setup(app) simply needs to return {'parallel_read_safe':True} but should it be set True or False?

Sphinx API docs

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

No branches or pull requests

1 participant