From c3d4bdddd18afbb30e2190f769a1aa857385d0f6 Mon Sep 17 00:00:00 2001 From: Doggie B <3859395+fubuloubu@users.noreply.github.com> Date: Tue, 14 Jul 2026 23:02:26 -0400 Subject: [PATCH] fix(docs): build with uv --- .readthedocs.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ca8d0cc2..0a3df736 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,17 +4,15 @@ build: os: "ubuntu-22.04" tools: python: "3.11" + jobs: + post_create_environment: + - pip install uv + post_install: + - uv sync --locked --active --group docs sphinx: configuration: docs/conf.py fail_on_warning: true -python: - install: - - method: pip - path: . - extra_requirements: - - docs - # Build all formats for RTD Downloads - htmlzip, pdf, epub formats: all