httpdomain icon indicating copy to clipboard operation
httpdomain copied to clipboard

Error when building docs in parallel

Open dralley opened this issue 7 years ago • 3 comments

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

dralley avatar Jul 19 '18 16:07 dralley

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

humitos avatar Jun 16 '20 15:06 humitos

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

akonradi avatar Aug 03 '20 14:08 akonradi

Seems like this may have been resolved in #31

phlax avatar Apr 20 '21 09:04 phlax