Skip to content

Commit 9de6f44

Browse files
authored
ci: use native uv integration in rtd (#1175)
See https://about.readthedocs.com/blog/2026/04/uv-native-support for info. Signed-off-by: Henry Schreiner <henryfs@princeton.edu>
1 parent bc76e14 commit 9de6f44

1 file changed

Lines changed: 10 additions & 7 deletions

File tree

.readthedocs.yml

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ build:
99
os: ubuntu-24.04
1010
tools:
1111
python: "3.14"
12-
commands:
13-
- asdf plugin add uv
14-
- asdf install uv latest
15-
- asdf global uv latest
16-
- uv sync --group docs
17-
- uv run python -m sphinx -T -b html -d docs/_build/doctrees -D language=en
18-
docs $READTHEDOCS_OUTPUT/html
12+
13+
sphinx:
14+
configuration: docs/conf.py
15+
16+
python:
17+
install:
18+
- method: uv
19+
command: sync
20+
groups:
21+
- docs

0 commit comments

Comments
 (0)