Skip to content

Commit ccf19f9

Browse files
committed
Fix rtd
1 parent c1cda0d commit ccf19f9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.readthedocs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,19 @@ version: 2
44
# Set the version of Python and other tools you might need
55
build:
66
os: ubuntu-lts-latest
7-
tools: {python: "3.11"}
7+
tools: {python: "3.12"}
88
jobs:
99
pre_create_environment:
1010
- asdf plugin add poetry
1111
- asdf install poetry latest
1212
- asdf global poetry latest
1313
- poetry config virtualenvs.create false
1414
- poetry self add poetry-plugin-export
15-
- poetry export --only main --only docs --extras check_laws --format=requirements.txt --output=requirements.txt
15+
- poetry export
16+
--only main --only docs
17+
--extras check_laws --extras compatible_mypy
18+
--format=requirements.txt
19+
--output=requirements.txt
1620

1721
python:
1822
install:

0 commit comments

Comments
 (0)