Skip to content

Commit

Permalink
set venv in rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
M-R-Schaefer committed Mar 1, 2024
1 parent f5a7fd1 commit 78322c3
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 @@ -13,7 +13,7 @@ build:
post_install:
- pip install poetry
- poetry config virtualenvs.create false
- poetry install --with=docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs #poetry install --with=docs

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

0 comments on commit 78322c3

Please sign in to comment.