From b122d616ba412af6125929076559f731c5f954a2 Mon Sep 17 00:00:00 2001 From: quettabit Date: Sun, 10 Aug 2025 19:20:25 -0600 Subject: [PATCH] initial commit --- .readthedocs.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 341d96a..caa38b9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,9 +9,12 @@ build: python: "3.11" jobs: create_environment: - - pip install uv + - asdf plugin add uv + - asdf install uv 0.8.2 + - asdf global uv 0.8.2 + - UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs install: - - uv sync --group docs + - "true" sphinx: configuration: docs/source/conf.py