Skip to content

Commit

Permalink
Merge pull request #1027 from carmenbianca/fix-rtd2
Browse files Browse the repository at this point in the history
Try to fix RTD issue
  • Loading branch information
carmenbianca authored Jul 3, 2024
2 parents 1236d32 + 0f1df95 commit d7dddec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build:
python: "3.8"
jobs:
post_create_environment:
- python -m pip install poetry
- python -m pip install 'poetry<1.8'
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install --with
docs
Expand Down

0 comments on commit d7dddec

Please sign in to comment.