Skip to content

Commit

Permalink
install full project for RTD build; fix #158 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
deepchatterjeeligo authored Oct 15, 2024
1 parent f6040d8 commit b62ce4d
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 @@ -19,7 +19,7 @@ build:
- poetry config virtualenvs.create false
post_install:
# Install dependencies
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --only docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --all-extras

# Build documentation in the "docs/" directory with Sphinx
sphinx:
Expand Down

0 comments on commit b62ce4d

Please sign in to comment.