We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 701d88c commit 7613edcCopy full SHA for 7613edc
.readthedocs.yaml
@@ -10,7 +10,7 @@ build:
10
post_install:
11
- pip install poetry
12
- poetry config virtualenvs.create false
13
- - poetry install
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install
14
15
sphinx:
16
configuration: docs/conf.py
0 commit comments