sunpy / ablog

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

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

Closed felixhummel closed 3 months ago

felixhummel commented 1 year 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 5 months ago

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

liborjelinek commented 2 weeks ago

Just a follow-up for those reading this issue: Ablog is NOT parallel read safe and declares it now (see #297).