Build and configuration

Build the documentation

First install the tools required to build the documentation:

conda install breathe doxygen sphinx_rtd_theme -c conda-forge

You can then build the documentation:

cd docs
make html

Type make help to see the list of available documentation targets.