Trying to run make html, you may run into some sort of error that says "sphinx-build could not be found". In order to fix it, I had to point to the sphinx-build.exe in Python's script folder with an absolut path inside of make.bat. We need to find a way of fixing this, so that everybody is able to update the docs without chaning the path all the time.
Trying to run
make html, you may run into some sort of error that says "sphinx-build could not be found". In order to fix it, I had to point to the sphinx-build.exe in Python's script folder with an absolut path inside ofmake.bat. We need to find a way of fixing this, so that everybody is able to update the docs without chaning the path all the time.