From 02489f573cefac080cd3037bff56270305eff68c Mon Sep 17 00:00:00 2001 From: Kaze Wong Date: Fri, 18 Oct 2024 11:32:45 -0400 Subject: [PATCH] Update readthedocs.yml --- readthedocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index e4c2d803..ce16489c 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -8,6 +8,11 @@ build: os: ubuntu-22.04 tools: python: "3.11" + commands: + - asdf plugin add uv + - asdf install uv latest + - asdf global uv latest + - uv sync --extra docs --frozen mkdocs: - configuration: mkdocs.yml \ No newline at end of file + configuration: mkdocs.yml