Skip to content

Commit

Permalink
Install docs dependencies during readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed Sep 3, 2024
1 parent 5b819a3 commit 21be5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build:
post_install:
# Install dependencies with 'docs' dependency group
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install -E docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry env info
- pip freeze

Expand Down

0 comments on commit 21be5f2

Please sign in to comment.