Skip to content

Commit

Permalink
RTD: only install main and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ewjoachim committed Jun 19, 2024
1 parent 27b7605 commit b544b33
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 @@ -16,4 +16,4 @@ build:
post_create_environment:
- pip install poetry
post_install:
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --only docs,main

0 comments on commit b544b33

Please sign in to comment.