diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4049ff2..d85cbda 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,8 +14,12 @@ build: post_create_environment: - pip install poetry - poetry config virtualenvs.create false + - pip list + - poetry show post_install: - poetry install --extras docs + - pip list + - poetry show python: install: