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

sphinx_git extension does not declare if it is safe for parallel reading #59

Open
th0ger opened this issue Jan 11, 2021 · 2 comments · May be fixed by #62
Open

sphinx_git extension does not declare if it is safe for parallel reading #59

th0ger opened this issue Jan 11, 2021 · 2 comments · May be fixed by #62

Comments

@th0ger
Copy link

th0ger commented Jan 11, 2021

When running sphinx in parallel mode sphinx-build -j auto I get:

WARNING: the sphinx_git 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

As this is not only a warning, but also seems to throw parallel builds into serial mode, please fix this.

@th0ger
Copy link
Author

th0ger commented Jan 20, 2021

Please consider adding parallel_read_safe.

twodrops added a commit to twodrops/sphinx-git that referenced this issue Nov 5, 2021
@arwedus
Copy link

arwedus commented Dec 2, 2021

@OddBloke : Did you abandon this project? If now, please review the patch waiting to be merged. We want to pursue a zero-warning strategy for Sphinx in our project, which is why we want to avoid this warning.

@twodrops twodrops linked a pull request Apr 25, 2022 that will close this issue
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.

2 participants