Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down