kicad-python icon indicating copy to clipboard operation
kicad-python copied to clipboard

How to build docs?

Open ferdymercury opened this issue 5 years ago • 1 comments

What are the requirements to build the documentation?

If I call make, I get this error: sphinx-build2: command not found

Maybe some instructions could be added to the README?

Thanks for the nice repo.

ferdymercury avatar Apr 23 '20 14:04 ferdymercury

Changing in the Makefile sphinx-build2 with sphinx-build solved it for me. And you need before sudo pip2 install sphinx

But then I get: ImportError: No module named sphinx_rtd_theme

which was fixed with: sudo pip2 install sphinx_rtd_theme

ferdymercury avatar Apr 23 '20 14:04 ferdymercury