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.
2 parents afd958d + f19f49a commit 0e3b66dCopy full SHA for 0e3b66d
1 file changed
.readthedocs.yaml
@@ -7,10 +7,15 @@ build:
7
os: ubuntu-24.04
8
tools:
9
python: "3.13"
10
- commands:
11
- - asdf plugin add uv
12
- - asdf install uv latest
13
- - asdf global uv latest
14
- - uv sync --group docs
15
- - uv run zensical build
16
- - cp -r site $READTHEDOCS_OUTPUT/html
+ jobs:
+ install:
+ - asdf plugin add uv
+ - asdf install uv latest
+ - asdf global uv latest
+ - uv sync --group docs
+ build:
17
+ html:
18
+ - uv run zensical build
19
+ post_build:
20
+ - mkdir -p $READTHEDOCS_OUTPUT/html/
21
+ - cp -r site/* $READTHEDOCS_OUTPUT/html/
0 commit comments