ablog icon indicating copy to clipboard operation
ablog copied to clipboard

WARNING: the ablog extension does not declare if it is safe for parallel reading

Open felixhummel opened this issue 2 years ago • 1 comments

Describe the bug

Running sphinx-build with multiple jobs results in the following warning:

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

I don't know if ablog supports parallel reading.

If so, a simple change to the extension metadata should suffice.

To Reproduce

sphinx-build -j4 -b html -d _build/doctrees . _build/html

Screenshots

No response

System Details

No response

Installation method

No response

felixhummel avatar Nov 16 '23 09:11 felixhummel

Looks like this would be sufficient if it is https://github.com/agronholm/sphinx-autodoc-typehints/commit/c4657bc57a290a79605ed86398db28419aabfbb9

plaindocs avatar Jun 05 '24 11:06 plaindocs