.readthedocs: Fix change in handling of venv.

This commit is contained in:
Laurens Valk
2024-03-11 16:23:47 +01:00
parent c7e582ea22
commit 32a63a4c09
+1 -2
View File
@@ -12,9 +12,8 @@ build:
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --only=doc
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --only=doc
# Build documentation in the doc/main/ directory with Sphinx
sphinx: