Documentation for the Python API is built with Sphinx under this directory. When new versions are released, the documentation is generated and published to Read the Docs.
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