From bf31e5122643a3c9dd424bc1d4e32f1af0ecc2c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Fri, 27 Sep 2024 17:48:52 +0200 Subject: [PATCH] chore(ci): use asdf install instead --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 960a8e84..719d3af8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,9 @@ build: post_system_dependencies: - nohup Xvfb $DISPLAY -screen 0 1400x900x24 -dpi 96 +extension RANDR +render & post_create_environment: - - pip install uv + - asdf plugin add uv + - asdf install uv latest + - asdf global uv latest - uv pip install -r pyproject.toml --extra docs --no-cache --python $READTHEDOCS_VIRTUALENV_PATH sphinx: builder: html