Skip to content

Commit eb71964

Browse files
try different approach
1 parent da34be9 commit eb71964

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ build:
1313
post_create_environment:
1414
# Install poetry
1515
- python -m pip install poetry==1.8.3
16-
# Tell poetry to not use a virtual environment
17-
- poetry config virtualenvs.create false
1816
post_install:
1917
# Install dependencies
20-
- poetry install --with docs
18+
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with docs
2119

2220
# Build documentation in the "docs/" directory with Sphinx
2321
sphinx:

0 commit comments

Comments
 (0)