We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e582e commit 32a63a4Copy full SHA for 32a63a4
.readthedocs.yml
@@ -12,9 +12,8 @@ build:
12
jobs:
13
post_create_environment:
14
- pip install poetry
15
- - poetry config virtualenvs.create false
16
post_install:
17
- - poetry install --only=doc
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --only=doc
18
19
# Build documentation in the doc/main/ directory with Sphinx
20
sphinx:
0 commit comments