Skip to content

Commit c5e0cb8

Browse files
committed
Readthedocs sphinx downgrade fix
1 parent 8e92c42 commit c5e0cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ build:
1616
jobs:
1717
post_create_environment:
1818
# Install poetry
19-
- pip install poetry
19+
- pip install poetry==1.7.1
2020
# Tell poetry to not use a virtual environment
2121
- poetry config virtualenvs.create false
2222
post_install:

0 commit comments

Comments
 (0)