Skip to content

Commit b3b9901

Browse files
fix: readthedocs build - take 1 (#495)
1 parent c9c6f92 commit b3b9901

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.readthedocs.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ build:
1111
tools:
1212
python: "3.10"
1313

14-
python:
15-
install:
16-
- requirements: requirements/3.10.txt
14+
# https://github.com/readthedocs/readthedocs.org/issues/4912#issuecomment-1143587902s
15+
jobs:
16+
post_install:
17+
- pip install poetry==1.7.1 # match version from poetry.lock
18+
- poetry config virtualenvs.create false
19+
- poetry install --all-extras

0 commit comments

Comments
 (0)