Skip to content

Commit e3a0000

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

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+
- curl -sSL https://install.python-poetry.org | POETRY_VERSION=1.7.1 python -
2020
# Tell poetry to not use a virtual environment
2121
- poetry config virtualenvs.create false
2222
post_install:

0 commit comments

Comments
 (0)