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.
1 parent c67cad5 commit 7cbaab5Copy full SHA for 7cbaab5
.readthedocs.yml
@@ -10,14 +10,9 @@ build:
10
- asdf install uv latest
11
- asdf global uv latest
12
create_environment:
13
- - cd docs
14
- - uv venv
+ - cd docs && uv venv
15
install:
16
17
- - uv sync
+ - cd docs && uv sync
18
build:
19
html:
20
21
- - ls
22
- - uv pip list
23
- - uv run sphinx-build -T -b html docs $READTHEDOCS_OUTPUT/html
+ - cd docs && uv run zensical build --clean
0 commit comments