Documentation#

This section describes how to build the documentation

mamba create -n fclap_docs python -y
mamba activate flacp_docs

Make sure to be in the docs directory and continue with:

pip install -r requirements.txt
make html

The build files for the documentation can be found in the docs/build folder