diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ee60f21..341d96a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,13 +7,11 @@ build: os: ubuntu-24.04 tools: python: "3.11" + jobs: + create_environment: + - pip install uv + install: + - uv sync --group docs sphinx: configuration: docs/source/conf.py - -python: - install: - - method: pip - path: . - extra_requirements: - - docs