Skip to content

Commit be6d3a2

Browse files
committed
fix .readthedocs.yaml (readthedocs/readthedocs.org#11152)
1 parent 450f9c3 commit be6d3a2

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,11 @@ build:
55
tools:
66
python: "3.9"
77
jobs:
8-
post_create_environment:
9-
# Install poetry
10-
# https://python-poetry.org/docs/#installing-manually
11-
- pip install poetry
12-
- poetry config virtualenvs.create false
138
post_install:
9+
- pip install poetry
1410
# Install dependencies with dev dependencies group
1511
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
16-
- poetry install --with dev,optional
12+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with dev,optional
1713

1814
sphinx:
1915
configuration: doc/sphinx-docs/source/conf.py

0 commit comments

Comments
 (0)