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