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 450f9c3 commit be6d3a2Copy full SHA for be6d3a2
.readthedocs.yaml
@@ -5,15 +5,11 @@ build:
5
tools:
6
python: "3.9"
7
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
13
post_install:
+ - pip install poetry
14
# Install dependencies with dev dependencies group
15
# https://python-poetry.org/docs/managing-dependencies/#dependency-groups
16
- - poetry install --with dev,optional
+ - VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install --with dev,optional
17
18
sphinx:
19
configuration: doc/sphinx-docs/source/conf.py
0 commit comments