diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0be09bfe..030b34df 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,19 +1,12 @@ version: 2 -mkdocs: - configuration: mkdocs.yml - formats: all build: os: ubuntu-22.04 tools: python: "3.10" - -python: - install: - - method: pip - path: . - extra_requirements: - - dev - - docs + commands: + - pip install uv + - uv sync --group docs --frozen + - uv run mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml