Fixes RTD Build

This commit is contained in:
2025-06-21 20:55:08 -03:00
parent 02c08651b9
commit 329ed7c3b5

View File

@@ -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: