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 f533720 commit 76335bd
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 @@ -12,4 +12,4 @@ build:
post_install:
- pip install poetry
- poetry config virtualenvs.create false
- pip install --requirement < poetry export --only doc --format requirements.txt
- pip install --requirement <(poetry export --only doc --format requirements.txt)

0 comments on commit 76335bd

Please sign in to comment.