Skip to content

Commit 8691606

Browse files
committed
Fix poetry installation on readthedocs custom command
1 parent e3b62c9 commit 8691606

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ build:
77
python: "3.10"
88
jobs:
99
post_create_environment:
10-
- pipx install poetry
11-
- poetry install
10+
- asdf plugin add poetry
11+
- asdf install poetry latest
12+
- asdf global poetry latest
1213
- poetry export --only docs -o requirements.txt
1314
- poetry run python -m tools.build_theme_color_doc
1415

0 commit comments

Comments
 (0)