From 0070f632cae4287d8ad1f727daf5a603317fe960 Mon Sep 17 00:00:00 2001 From: Dmitry Orlov Date: Thu, 1 Jun 2023 19:09:32 +0300 Subject: [PATCH] fix readthedocs --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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