diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index 1733528..6bed35e 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -4,11 +4,13 @@ build: os: ubuntu-lts-latest tools: python: "3" - jobs: - install: - - pip install --upgrade pip - - pip install --upgrade . - - pip install --group 'docs' + +python: + install: + - method: uv + command: sync + groups: + - docs sphinx: configuration: docs/conf.py