Closed felixhummel closed 3 months ago
Looks like this would be sufficient if it is https://github.com/agronholm/sphinx-autodoc-typehints/commit/c4657bc57a290a79605ed86398db28419aabfbb9
Just a follow-up for those reading this issue: Ablog is NOT parallel read safe and declares it now (see #297).
Describe the bug
Running
sphinx-build
with multiple jobs results in the following warning: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