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 c00b88b commit dec5e01Copy full SHA for dec5e01
.readthedocs.yml
@@ -10,10 +10,15 @@ build:
10
python: "3"
11
apt_packages:
12
- gettext
13
- commands:
14
- - asdf plugin add uv
15
- - asdf install uv latest
16
- - asdf global uv latest
17
- - uv run generate.py
18
- - mkdir -p _readthedocs/html
19
- - mv index.html style.css _readthedocs/html
+ jobs:
+ post_checkout:
+ - asdf plugin add uv
+ install:
+ - asdf install uv latest
+ pre_build:
+ - asdf global uv latest
20
+ build:
21
+ html:
22
+ - uv run generate.py
23
+ - mkdir -p _readthedocs/html
24
+ - mv index.html style.css _readthedocs/html
0 commit comments