Building the Documentation

Prerequisites

The documentation build process uses Doxygen, Sphinx and Breathe along with a few extensions.

conda install -c conda-forge doxygen
conda install -c conda-forge --file docs/requirements.txt

Build

Process the C++ API using Doxygen.

doxygen Dockfile

Build the complete documentation using Sphinx.

make html