sphinx-contrib / tikz

A Sphinx extension to draw pictures with the TikZ/PGF LaTeX package
Other
19 stars 15 forks source link

Incompatibility with Sphinx4 #8

Closed lgarcin closed 3 years ago

lgarcin commented 3 years ago

I updated to Sphinx4 and I get this error when using sphinxcontrib.tikz.

exception: cannot import name 'ENOENT' from 'sphinx.util'

I guess sphinx.util.osutil.ENOENT has been removed in Sphinx4. It has to be replaced by errno.ENOENT or FileNotFoundError