Skip to content

Commit

Permalink
make sure RTD installs dev dependencies for doc building
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasBeuzen committed Jan 8, 2025
1 parent f00c076 commit 2613857
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions {{ cookiecutter.__package_slug }}/.readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ build:
# https://python-poetry.org/docs/#installing-manually
- pip install poetry
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --all-groups

# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py

0 comments on commit 2613857

Please sign in to comment.