Skip to content

Commit

Permalink
Install extras when building documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RobbeSneyders committed Oct 6, 2023
1 parent 139fbdb commit c6a5ac0
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 @@ -15,4 +15,4 @@ build:
- poetry config virtualenvs.create false
post_install:
# Install dependencies with 'docs' dependency group
- poetry install --with docs
- poetry install --with docs --all-extras

0 comments on commit c6a5ac0

Please sign in to comment.