This guide assume that you have cd'ed to /src/main/python/docs/.
To build the docs first install packages in requires-docs.txt
python3 -m pip install -r requires-docs.txt
and then run make html:
make html
The docs will then be created at: /src/main/python/buildin HTML will be placed in the ./_build directory.