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 531ff9e commit 7f308b1Copy full SHA for 7f308b1
.readthedocs.yml
@@ -5,12 +5,9 @@ build:
5
tools:
6
python: "3.11"
7
jobs:
8
- pre_create_environment:
9
- - asdf plugin add poetry
10
- - asdf install poetry latest
11
- - asdf global poetry latest
12
- - poetry config virtualenvs.create false
13
post_install:
+ - pip install poetry
+ - poetry config virtualenvs.create false
14
- poetry install --with=docs
15
16
sphinx:
0 commit comments