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 d33263f commit 032ba58Copy full SHA for 032ba58
.readthedocs.yml
@@ -10,15 +10,14 @@ build:
10
- asdf install uv latest
11
- asdf global uv latest
12
create_environment:
13
+ - cd docs
14
- uv venv
15
install:
16
- cd docs
17
- uv sync
18
build:
19
html:
20
- - apt install tree
21
- - tree
22
- cwd
23
- uv pip list
24
- uv run sphinx-build -T -b html docs $READTHEDOCS_OUTPUT/html
0 commit comments