Skip to content

Commit 5bb7cd2

Browse files
authored
Mirrored a setup on GitHub
See: readthedocs/readthedocs.org#4912 (comment)
1 parent 351d66e commit 5bb7cd2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.readthedocs.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ build:
66
python: "3.11"
77
jobs:
88
post_create_environment:
9-
- pip install poetry
10-
- poetry config virtualenvs.create false
9+
- python -m pip install poetry
1110
post_install:
12-
- poetry install --with docs
11+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
1312

1413
sphinx:
1514
configuration: docs/conf.py

0 commit comments

Comments
 (0)