A demo package to support discussion on how to use Poetry and Sphinx together.
poetry install --no-root
# create the html sphinx docs
poetry run task build
# poetry build the packages
poetry build -vvv
poetry init
poetry add sphinx
poetry add taskipy
sphinx-quickstart