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