Skip to content

Commit af13038

Browse files
committed
Use Poetry 1.8.4 in ReadTheDocs
1 parent 1ab5825 commit af13038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
1313
post_create_environment:
1414
# Install poetry
1515
# https://python-poetry.org/docs/#installing-manually
16-
- pip install poetry==2.2.1
16+
- pip install poetry==1.8.4
1717
# Tell poetry to not use a virtual environment
1818
- poetry config virtualenvs.create false
1919
- poetry export --with docs -E all -f requirements.txt --output docs/requirements.txt

0 commit comments

Comments
 (0)