Skip to content

Commit 5fbc59b

Browse files
committed
Revert .readthedocs.yaml to simplified version
1 parent baef852 commit 5fbc59b

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

.readthedocs.yaml

+7-12
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,10 @@ build:
88
os: ubuntu-24.04
99
tools:
1010
python: "3"
11-
jobs:
12-
post_checkout: []
13-
install:
14-
- asdf plugin add uv
15-
- asdf install uv latest
16-
pre_build:
17-
- asdf global uv latest
18-
build:
19-
html:
20-
- uv run generate.py
21-
- mkdir -p _readthedocs/html
22-
- mv index.html style.css _readthedocs/html
11+
commands:
12+
- asdf plugin add uv
13+
- asdf install uv latest
14+
- asdf global uv latest
15+
- uv run generate.py
16+
- mkdir -p _readthedocs/html
17+
- mv index.html style.css _readthedocs/html

0 commit comments

Comments
 (0)