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.
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
.