Fixed .readthedocs.yaml

This commit is contained in:
2025-05-23 15:15:14 +01:00
parent 7e690305a6
commit 725c4197b9

View File

@@ -9,14 +9,12 @@ build:
os: ubuntu-24.04 os: ubuntu-24.04
tools: tools:
python: "3.13" python: "3.13"
jobs:
# Build documentation in the "docs/" directory with Sphinx pre_create_environment:
sphinx: - asdf plugin add uv
configuration: docs/conf.py - asdf install uv latest
- asdf global uv latest
# declare the Python requirements required to build your documentation create_environment:
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html - uv sync --group docs
python: install:
install: - uv run python -m sphinx -T -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
- requirements: docs/requirements.txt