This folder contains files used by sphinx to generate the python module documentation.
The built doc can be viewed at [wingfoil.readthedocs.io](https://wingfoil.readthedocs.io/en/latest/)
To build locally run...
```bash
pip install -r requirements.txt
make clean
make html
```