Skip to content

Commit e9e40f9

Browse files
chore: update poetry version for more reliable docs build (#803)
Trying to improve docs reliability for "latest" version
1 parent 0ae704a commit e9e40f9

File tree

2 files changed

+342
-34
lines changed

2 files changed

+342
-34
lines changed

.readthedocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ build:
1414
# https://github.com/readthedocs/readthedocs.org/issues/4912#issuecomment-1143587902s
1515
jobs:
1616
post_install:
17-
- pip install poetry==1.7.1 # match version from poetry.lock
17+
- pip install poetry==2.1.2 # match version from poetry.lock
1818
- poetry config virtualenvs.create false
1919
- poetry install --all-extras

0 commit comments

Comments
 (0)