diff --git a/.readthedocs.yml b/.readthedocs.yml index 74962035..bd0835ca 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,9 +11,9 @@ build: # use 'uv pip install' to apply build customization in a pip-compatible way # see: https://docs.readthedocs.io/en/stable/build-customization.html#install-dependencies-with-uv commands: - - bash ./scripts/rtd-pre-sphinx-build.sh - asdf plugin add uv - asdf install uv latest - asdf global uv latest - uv pip install . -r "requirements/py3.11/docs.txt" + - bash ./scripts/rtd-pre-sphinx-build.sh - uv run -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html