ablog
ablog copied to clipboard
WARNING: the ablog extension does not declare if it is safe for parallel reading
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
Looks like this would be sufficient if it is https://github.com/agronholm/sphinx-autodoc-typehints/commit/c4657bc57a290a79605ed86398db28419aabfbb9