The latest documentation built from this directory is available at libai.readthedocs.io.
- Install LiBai according to Installation.
- Install additional libraries and run
make html
for building the docs:
cd ${libai-path}/docs
pip install -r requirements.txt --user
make html