diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ea18c52..9ff74d4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,8 +10,7 @@ build: jobs: post_create_environment: - - pip install poetry - - poetry config virtualenvs.create false + - pip install --user --requirement < (poetry export --format requirements.txt) post_install: - poetry install --only doc \ No newline at end of file