sphinx-contrib / plantuml

BSD 2-Clause "Simplified" License
113 stars 40 forks source link

Issue with Sphinx 4 #56

Closed lelit closed 3 years ago

lelit commented 3 years ago

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 3 years ago

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 3 years ago

Tagged 0.21, thanks for the reminder.