From af130388fd5e7249217d7a56c8b82ee7b49782ed Mon Sep 17 00:00:00 2001 From: Tomer Nosrati Date: Tue, 25 Nov 2025 22:17:41 +0200 Subject: [PATCH] Use Poetry 1.8.4 in ReadTheDocs --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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