Skip to content

Commit dec5e01

Browse files
committed
convert command to jobs
1 parent c00b88b commit dec5e01

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.readthedocs.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@ build:
1010
python: "3"
1111
apt_packages:
1212
- 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
13+
jobs:
14+
post_checkout:
15+
- asdf plugin add uv
16+
install:
17+
- asdf install uv latest
18+
pre_build:
19+
- 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

Comments
 (0)