Skip to content

Commit

Permalink
ci: change post_create_environment on readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
scjorge committed Jul 30, 2024
1 parent 968c7fd commit 446c9d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build:
jobs:
post_create_environment:
- pip install poetry
- pip install --user --requirement < poetry export --only doc --format requirements.txt
- poetry config virtualenvs.create false

post_install:
- poetry install --only doc
- pip install --user --requirement < poetry export --only doc --format requirements.txt

0 comments on commit 446c9d1

Please sign in to comment.