Skip to content

Commit 7f308b1

Browse files
committed
Alternative poetry calls for docs
1 parent 531ff9e commit 7f308b1

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.readthedocs.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,9 @@ build:
55
tools:
66
python: "3.11"
77
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
138
post_install:
9+
- pip install poetry
10+
- poetry config virtualenvs.create false
1411
- poetry install --with=docs
1512

1613
sphinx:

0 commit comments

Comments
 (0)