sphinx-contrib / tikz

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

python3 setup.py install not works #17

Closed andr1972 closed 2 years ago

andr1972 commented 2 years ago

I try install extension by

sudo python3 setup.py install

now I can't use sphinx with tex

make tex

give result:

Running Sphinx v4.3.2

Sphinx error:
Builder name tex not registered or available through entry point
make: *** [Makefile:19: tex] Error 2

How to recover sphinx and install extension?