Skip to content

Commit eb0e597

Browse files
committed
peg doc poetry version to 1.7.1 - 1.8 release broke the build
1 parent e564226 commit eb0e597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build:
1212
python: "3.12"
1313
jobs:
1414
post_create_environment:
15-
- pip install poetry
15+
- pip install poetry==1.7.1 # 1.8 has a bug preventing this build from working
1616
- poetry config virtualenvs.create false
1717
post_install:
1818
- poetry install

0 commit comments

Comments
 (0)