We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9923d6 commit b257ec8Copy full SHA for b257ec8
.readthedocs.yaml
@@ -6,13 +6,13 @@ build:
6
python: "3.10"
7
jobs:
8
post_create_environment:
9
+ # Install pipx
10
+ - pip install pipx
11
# Install poetry
- # https://python-poetry.org/docs/#installing-manually
- - pip install poetry
12
- # Tell poetry to not use a virtual environment
13
- - poetry config virtualenvs.create false
+ # https://python-poetry.org/docs/#installing-with-pipx
+ - pipx install poetry
14
# Install project's dependencies
15
- - poetry install
+ - pipx run poetry install
16
17
sphinx:
18
configuration: docs/conf.py
0 commit comments