From 329ed7c3b50500b819e0996111560851afe90f6c Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Sat, 21 Jun 2025 20:55:08 -0300 Subject: [PATCH] Fixes RTD Build --- .readthedocs.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8342dfa..6926de7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,8 +7,10 @@ build: jobs: pre_build: - - curl -Ls https://astral.sh/uv/install.sh | sh - - export PATH="$HOME/.cargo/bin:$PATH" + - asdf plugin add uv + - asdf install uv latest + - asdf global uv latest + - uv venv $READTHEDOCS_VIRTUALENV_PATH - uv sync build: -- 2.49.1