Skip to content

Commit

Permalink
build(docs): fix Poetry install command
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaelJarniac committed Jul 14, 2023
1 parent aae7635 commit a6233b1
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 @@ -10,7 +10,7 @@ build:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --only main docs --all-extras
- poetry install --only main,docs --all-extras

# Build from the docs/ directory with Sphinx
sphinx:
Expand Down

0 comments on commit a6233b1

Please sign in to comment.