We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1cda0d commit ccf19f9Copy full SHA for ccf19f9
.readthedocs.yml
@@ -4,15 +4,19 @@ version: 2
4
# Set the version of Python and other tools you might need
5
build:
6
os: ubuntu-lts-latest
7
- tools: {python: "3.11"}
+ tools: {python: "3.12"}
8
jobs:
9
pre_create_environment:
10
- asdf plugin add poetry
11
- asdf install poetry latest
12
- asdf global poetry latest
13
- poetry config virtualenvs.create false
14
- poetry self add poetry-plugin-export
15
- - poetry export --only main --only docs --extras check_laws --format=requirements.txt --output=requirements.txt
+ - poetry export
16
+ --only main --only docs
17
+ --extras check_laws --extras compatible_mypy
18
+ --format=requirements.txt
19
+ --output=requirements.txt
20
21
python:
22
install:
0 commit comments