Skip to content

Commit e37d173

Browse files
committed
removed jobs just commands
1 parent 102f0e1 commit e37d173

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ build:
1313
# nodejs: "20"
1414
# rust: "1.70"
1515
# golang: "1.20"
16-
jobs:
17-
post_create_environment:
18-
- python -m pip install uv
19-
- uv pip install --system --upgrade pip wheel
20-
- uv pip install --system --upgrade ".[docs]"
21-
- uv pip list --system
16+
2217
commands:
18+
- python -m pip install uv
19+
- uv pip install --system --upgrade pip wheel
20+
- uv pip install --system --upgrade ".[docs]"
21+
- uv pip list --system
2322
- pushd docs
2423
- make html
2524

0 commit comments

Comments
 (0)