thewtex / sphinx-contrib

A clone of the mercurial sphinx-contrib repository.
https://bitbucket.org/birkenfeld/sphinx-contrib/
Other
21 stars 12 forks source link

sphinxcontrib.tikz compatibility with sphinx 1.7 #10

Open lgarcin opened 6 years ago

lgarcin commented 6 years ago

When I build with sphinx1.7 using the sphinxcontrib.tikz extension, I get the following error.

Extension error: Could not import extension sphinxcontrib.tikz (exception: No module named 'sphinx.util.compat')

Indeed sphinx.util.compat.Directive is removed from sphinx 1.7 It should be replaced by docutils.parsers.rst.Directive

bernaloo commented 6 years ago

I see the same problem. I had to downgrade sphinx