Build the DocumentationΒΆ

This documentation is stored in the avDocumentation repository. It can be built with the following steps.

For a Debian based system:

sudo apt install python3-sphinx python3-sphinx-rtd-theme
cd avDocumentation
make html

The results of the build are placed in _build.