Documentation for the Python API is built with Sphinx under this directory. When new versions are released, the documentation is generated and published to the Read the Docs project and is served at readthedocs.io.
Either install python packages or, from the build directory:
export PYTHONPATH=$PWD/bindings/python:$PWD/compiler-api/python_package
python -m pip install -r requirements.txt
sphinx-build -b html . _build