You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem arises there: /bin/sh: 1: sphinx-build: not found.
sphinx-build it's executed from the command line and is used to create the documentation. In theory (correct me if I'm wrong), this should be installed automatically when sphinx is installed with pip (pip install -U sphinx).
For solving your issue:
Check from the command line that sphinx-build execute (i.e is correctly installed)
If not, try to update sphinx and try again (pip install -U sphinx)
If it does still not work, it probably means your $path is not correctly update and sphinx-build is not present
Once fixed, ./check.sh should work (hopefully)
Please let me know how it goes! For you to know, we will have to update CONTRIBUTING.md to make everything more clear. Also, look at #40, soon we will have to move from Docusaurus to Sphinx. If you are interested in collaborating with this very important task let me know! We can do it together if you wish π
I'm trying to run unit tests on my Ubuntu 18.04
I keep getting this error when I run
./check.sh
:This is the file its running: to_docusaurus.py
I did pull the latest code.
Is that particular file moved to somewhere else?
The text was updated successfully, but these errors were encountered: