Skip to content

Commit 032ba58

Browse files
Update .readthedocs.yml
1 parent d33263f commit 032ba58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.readthedocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,14 @@ build:
1010
- asdf install uv latest
1111
- asdf global uv latest
1212
create_environment:
13+
- cd docs
1314
- uv venv
1415
install:
1516
- cd docs
1617
- uv sync
1718
build:
1819
html:
1920
- cd docs
20-
- apt install tree
21-
- tree
2221
- cwd
2322
- uv pip list
2423
- uv run sphinx-build -T -b html docs $READTHEDOCS_OUTPUT/html

0 commit comments

Comments
 (0)