Skip to content

Commit

Permalink
Fix RTD build (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
greschd authored Aug 25, 2024
1 parent 39a6989 commit bd2dec6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build:
tools:
python: '3.12'
jobs:
post_install:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
- poetry install --all-extras
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with dev --all-extras

0 comments on commit bd2dec6

Please sign in to comment.