diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3f69139..d63d118 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,7 +11,7 @@ build: jobs: post_create_environment: - pip install poetry - - pip install --user --requirement < poetry export --only doc --format requirements.txt + - poetry config virtualenvs.create false post_install: - - poetry install --only doc \ No newline at end of file + - pip install --user --requirement < poetry export --only doc --format requirements.txt