Skip to content

Commit

Permalink
fix: extras -> with
Browse files Browse the repository at this point in the history
  • Loading branch information
phi-friday committed Feb 26, 2024
1 parent 8f63649 commit 2998ae1
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 @@ -8,7 +8,7 @@ build:
post_create_environment:
- pip install poetry
- pip install poetry-plugin-export
- poetry export --extras docs -f requirements.txt --output requirements.txt --without-hashes
- poetry export --with docs -f requirements.txt --output requirements.txt --without-hashes

python:
install:
Expand Down

0 comments on commit 2998ae1

Please sign in to comment.