kcjengr / qtpyvcp

QtPyVCP - Qt and Python based Virtual Control Panel framework for LinuxCNC.
https://www.qtpyvcp.com
Other
88 stars 48 forks source link

DOC / BUG / Dependency #86

Closed robertspark closed 3 years ago

robertspark commented 3 years ago

rob@RobsCNC:~/qtpyvcp/docs$ make html sphinx-build -b html -d build/doctrees source build/html Running Sphinx v4.1.2 [qtpyvcp][INFO] Logging to /home/rob/qtpyvcp.log (logger.py:97)

Extension error: Could not import extension notfound.extension (exception: No module named 'notfound') make: *** [Makefile:53: html] Error 2

Note: Docs in Probe Basic (doc_src) built fine before attempting to run make html in qtpyvcp/docs


Fixed following running + builds fine:

pip install sphinx-notfound-page

TurBoss commented 3 years ago

Thanks I added that package to the python3 branch I hope it will be released soon

Thanks