diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c026870..ba2ec1a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,11 +4,13 @@ build: os: "ubuntu-22.04" tools: python: "3.11" - jobs: - post_create_environment: - - pip install uv - post_install: - - uv sync --active --group docs + +python: + install: + - method: uv + command: sync + groups: + - docs sphinx: configuration: docs/conf.py