Skip to content

Commit

Permalink
specify rtd venv path env var
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu committed Apr 1, 2024
1 parent 7278afe commit 59feaa4
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 @@ -9,7 +9,7 @@ build:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --only base,main,docs
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --only base,main,docs

sphinx:
configuration: docs/source/conf.py
Expand Down

0 comments on commit 59feaa4

Please sign in to comment.