Issue with Sphinx 4
lelit opened this issue · 2 comments
lelit commented
Trying out Sphinx 4.0.0b2, I got the following showstopper:
Running Sphinx v4.0.0b2
loading translations [it]... done
Extension error:
Could not import extension sphinxcontrib.plantuml (exception: cannot import name 'ENOENT' from 'sphinx.util.osutil' (/usr/local/lib/python3.8/site-packages/sphinx/util/osutil.py))
See this commit.
t-animal commented
Would it be possible to make a release including this fix? As sphinx 4.0 was released yesterday, I suspect many pipelines (including ours) are failing.
In the meantime: it helps explicitly installing pip install sphinx==3.5.4
yuja commented
Tagged 0.21, thanks for the reminder.