From 5411b935a0af567bf1cc492bbe3f343cf98de747 Mon Sep 17 00:00:00 2001 From: Bradley Reynolds Date: Fri, 24 Apr 2026 16:15:50 -0500 Subject: [PATCH] ci: use native uv integration in RTD Signed-off-by: Bradley Reynolds --- docs/.readthedocs.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index 1733528..6bed35e 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -4,11 +4,13 @@ build: os: ubuntu-lts-latest tools: python: "3" - jobs: - install: - - pip install --upgrade pip - - pip install --upgrade . - - pip install --group 'docs' + +python: + install: + - method: uv + command: sync + groups: + - docs sphinx: configuration: docs/conf.py