Skip to content

Commit 7613edc

Browse files
committed
Fix RTD build
1 parent 701d88c commit 7613edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build:
1010
post_install:
1111
- pip install poetry
1212
- poetry config virtualenvs.create false
13-
- poetry install
13+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install
1414

1515
sphinx:
1616
configuration: docs/conf.py

0 commit comments

Comments
 (0)