diff --git a/.readthedocs.yaml b/.readthedocs.yaml index dee1322..a7953c4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,7 @@ build: jobs: post_create_environment: - "pip install poetry" - - "poetry config virtualenvs.create false" + - "poetry export --without-hashes --with=doc --format=requirements.txt > requirements_doc.txt" post_install: - - "poetry install --with=doc" \ No newline at end of file + - "pip install -r requirements_doc.txt" \ No newline at end of file