sunpy / ablog

ABlog for blogging with Sphinx
https://ablog.readthedocs.io/
Other
179 stars 52 forks source link

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

Open felixhummel opened 7 months ago

felixhummel commented 7 months ago

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

plaindocs commented 1 month ago

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