From c2059a2c3078aae8e7a1bdca5acb3f19ce5a91c5 Mon Sep 17 00:00:00 2001 From: quettabit Date: Sun, 10 Aug 2025 19:12:50 -0600 Subject: [PATCH] initial commit --- .readthedocs.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ee60f21..341d96a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,13 +7,11 @@ build: os: ubuntu-24.04 tools: python: "3.11" + jobs: + create_environment: + - pip install uv + install: + - uv sync --group docs sphinx: configuration: docs/source/conf.py - -python: - install: - - method: pip - path: . - extra_requirements: - - docs