Skip to content

Commit 92751d0

Browse files
committed
Provide build step
1 parent 4f648c6 commit 92751d0

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.readthedocs.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,8 @@ build:
99
- asdf plugin add uv
1010
- asdf install uv latest
1111
- asdf global uv latest
12-
- uv venv
1312
install:
14-
- uv pip install . --group docs
15-
16-
sphinx:
17-
builder: html
18-
fail_on_warning: true
19-
configuration: docs/conf.py
13+
- UV_SYSTEM_PYTHON=1 uv pip install . --group docs
14+
build:
15+
html:
16+
- sphinx-build -TW -M html docs $READTHEDOCS_OUTPUT

0 commit comments

Comments
 (0)