From aa9fe2a24edd67db40cbd394e4621a479e9e69f1 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 10 Jun 2025 18:28:34 -0400 Subject: [PATCH] ci: use uv python for docs (binary b1) (#2462) Signed-off-by: Henry Schreiner --- .readthedocs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a2dc26bb..70d3153a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,9 +5,7 @@ version: 2 build: os: ubuntu-24.04 commands: - - asdf install python 3.14-dev - - asdf global python 3.14-dev - asdf plugin add uv - asdf install uv latest - asdf global uv latest - - NO_COLOR=1 uv run --no-dev --group docs mkdocs build --strict --site-dir $READTHEDOCS_OUTPUT/html + - NO_COLOR=1 uv run --python 3.14 --managed-python --no-dev --group docs mkdocs build --strict --site-dir $READTHEDOCS_OUTPUT/html