Skip to content

Commit 7cbaab5

Browse files
Update .readthedocs.yml
1 parent c67cad5 commit 7cbaab5

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.readthedocs.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,9 @@ build:
1010
- asdf install uv latest
1111
- asdf global uv latest
1212
create_environment:
13-
- cd docs
14-
- uv venv
13+
- cd docs && uv venv
1514
install:
16-
- cd docs
17-
- uv sync
15+
- cd docs && uv sync
1816
build:
1917
html:
20-
- cd docs
21-
- ls
22-
- uv pip list
23-
- uv run sphinx-build -T -b html docs $READTHEDOCS_OUTPUT/html
18+
- cd docs && uv run zensical build --clean

0 commit comments

Comments
 (0)