sphinx-contrib / tikz

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

Read ENOENT from errno #9

Closed ollehu closed 3 years ago

ollehu commented 3 years ago

ENOENT has been removed from sphinx.util.osutil as of version 4.0 of Sphinx. Let tikz.py read the error number from the standard Python library instead.

Will resolve #8

philexander commented 3 years ago

Thank you for contributing.