Open lgarcin opened 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
sphinx.util.compat.Directive
docutils.parsers.rst.Directive
I see the same problem. I had to downgrade sphinx
When I build with sphinx1.7 using the sphinxcontrib.tikz extension, I get the following error.
Indeed
sphinx.util.compat.Directive
is removed from sphinx 1.7 It should be replaced bydocutils.parsers.rst.Directive