Skip to content

Commit 0e3b66d

Browse files
authored
Merge pull request #13 from d-v-b/docs/fix-docs-2
fix(docs): use informed rtd configuration
2 parents afd958d + f19f49a commit 0e3b66d

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.readthedocs.yaml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,15 @@ build:
77
os: ubuntu-24.04
88
tools:
99
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
10+
jobs:
11+
install:
12+
- asdf plugin add uv
13+
- asdf install uv latest
14+
- asdf global uv latest
15+
- uv sync --group docs
16+
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

Comments
 (0)