diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 22c2832..efb6989 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,9 +4,9 @@ build: os: ubuntu-22.04 tools: python: "3.13" - jobs: - pre_install: - - pip install uv - - uv export --format requirements-txt > requirements.txt -sphinx: - configuration: docs/conf.py + commands: + - asdf plugin add uv + - asdf install uv latest + - asdf global uv latest + - uv sync --all-groups --frozen + - uv run -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html