diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c7270c8c..ef808bfc 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,7 +13,7 @@ build: post_create_environment: # Install poetry # https://python-poetry.org/docs/#installing-manually - - pip install poetry==2.2.1 + - pip install poetry==1.8.4 # Tell poetry to not use a virtual environment - poetry config virtualenvs.create false - poetry export --with docs -E all -f requirements.txt --output docs/requirements.txt