PICC-Group / pynanovna

A python library to easily read and save data from a NanoVNA.
https://pypi.org/project/pynanovna/
Other
8 stars 1 forks source link

feat: Add autodocs using sphinx and readthedocs. #5

Open OdoctorG opened 4 months ago

OdoctorG commented 4 months ago

Using poetry for dependency management and building. This allows for easier management of dependencies, for example docs uses a separate poetry group because it requires additional dependencies. This allows readthedocs to get the correct dependencies in a separate python virtual environment with correct python version using poetry install --with docs.