Skip to content

Commit

Permalink
Correctly activate virtualenv in readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Feb 27, 2024
1 parent efe0773 commit 455fe38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ build:
post_create_environment:
- pip install poetry
- poetry self add "poetry-dynamic-versioning[plugin]"
- poetry config virtualenvs.create false
post_install:
- poetry install --with docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH python -m poetry install --with docs

0 comments on commit 455fe38

Please sign in to comment.