Skip to content

Latest commit

 

History

History

BLE Documentation

To build the documentation, make sure you have the dependencies installed:

pip install -r requirements.txt

If you are building locally you'll also need the sphinx_rtd_theme:

pip install sphinx_rtd_theme

Then:

make html

To clean the documentation:

make clean