Skip to content

Commit

Permalink
ci: update readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
scjorge committed Jul 30, 2024
1 parent 76335bd commit 1d4fcc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ build:
post_install:
- pip install poetry
- poetry config virtualenvs.create false
- pip install --requirement <(poetry export --only doc --format requirements.txt)
- poetry export --only doc --format requirements.txt --output requirements.txt
- pip install --requirement requirements.txt

0 comments on commit 1d4fcc4

Please sign in to comment.