Skip to content

Commit 32a63a4

Browse files
committed
.readthedocs: Fix change in handling of venv.
1 parent c7e582e commit 32a63a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.readthedocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ build:
1212
jobs:
1313
post_create_environment:
1414
- pip install poetry
15-
- poetry config virtualenvs.create false
1615
post_install:
17-
- poetry install --only=doc
16+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --only=doc
1817

1918
# Build documentation in the doc/main/ directory with Sphinx
2019
sphinx:

0 commit comments

Comments
 (0)