diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4cbab0b6..6646f58a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ build: jobs: post_install: - - pip install 'poetry<1.4' + - 'pip install "poetry<1.4"' - poetry config virtualenvs.create false - poetry install - pip install -Ur docs/requirements.txt