From 45df54295bb27300654d9ae37fc923684c4ac841 Mon Sep 17 00:00:00 2001 From: Doggie B <3859395+fubuloubu@users.noreply.github.com> Date: Tue, 14 Jul 2026 23:52:07 -0400 Subject: [PATCH] fix(docs): use official uv install command --- .readthedocs.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0a3df73..ba2ec1a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,11 +4,13 @@ build: os: "ubuntu-22.04" tools: python: "3.11" - jobs: - post_create_environment: - - pip install uv - post_install: - - uv sync --locked --active --group docs + +python: + install: + - method: uv + command: sync + groups: + - docs sphinx: configuration: docs/conf.py