How to generate ARMLET documentation#

ARMLET is based on Sphinx for managing the documentation.

First, go to the docs folder:

cd ARMLET_DIR
cd docs

Then, activate the environment and install the needed dependencies:

conda activate armlet
pip install -r requirements.txt

Finally, run the following command:

make html