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

Error when building docs in parallel #15

Open
dralley opened this issue Jul 19, 2018 · 3 comments
Open

Error when building docs in parallel #15

dralley opened this issue Jul 19, 2018 · 3 comments

Comments

@dralley
Copy link

dralley commented Jul 19, 2018

When using sphinx-build -j auto:

the sphinxcontrib.httpdomain 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

@humitos
Copy link

humitos commented Jun 16, 2020

Do you know if the extension is parallel_read_safe=True? If so, I can do PR to set it.

Reference https://www.sphinx-doc.org/en/master/extdev/#extension-metadata

@akonradi
Copy link

akonradi commented Aug 3, 2020

I don't see why it wouldn't be safe to read in parallel

@phlax
Copy link
Contributor

phlax commented Apr 20, 2021

Seems like this may have been resolved in #31

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

4 participants