As I was setting up the docs environment I encountered this issue:
Even though I have python, python3, python-sphinx, python3-sphinx, sphinx-build and everything else necessary to run Sphinx (and have run Sphinx previously without issues), after running make html I kept getting back:
nmt@nmt:~/crate.io/cloud-howtos/docs$ make html
/bin/sh: 1: python: not found
Makefile:92: *** No build version specified in `build.json`.. Stop.
@amotl recommended editing the JSON parsing to use python3.
This has fixed the issue.
As I was setting up the docs environment I encountered this issue:
Even though I have python, python3, python-sphinx, python3-sphinx, sphinx-build and everything else necessary to run Sphinx (and have run Sphinx previously without issues), after running
make html
I kept getting back:@amotl recommended editing the JSON parsing to use python3. This has fixed the issue.