making docs - 11/03/20 08:53 PM
Hi guys,
Just noticed there's a docs directory with a makefile. So after "cd docs" and trying to "make html" I get:
I'm running ubuntu and did a
"sudo apt install sphinxsearch" and
"sudo apt install sphinx-common"
"sudo apt install python3-sphinx"
What else do I need?
Just noticed there's a docs directory with a makefile. So after "cd docs" and trying to "make html" I get:
Code
$ make html sphinx-build -b html -d build/doctrees source build/html Running Sphinx v1.8.5 Extension error: Could not import extension sphinxcontrib.rsvgconverter (exception: No module named 'sphinxcontrib') make: *** [Makefile:50: html] Error 2
I'm running ubuntu and did a
"sudo apt install sphinxsearch" and
"sudo apt install sphinx-common"
"sudo apt install python3-sphinx"
What else do I need?