This commit is contained in:
David Lord 2025-05-11 17:45:03 -07:00
parent e785166507
commit 0109e496f6
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
24 changed files with 1876 additions and 534 deletions

View file

@ -1,14 +1,10 @@
version: 2
build:
os: ubuntu-22.04
os: ubuntu-24.04
tools:
python: '3.12'
python:
install:
- requirements: requirements/docs.txt
- method: pip
path: .
sphinx:
configuration: docs/conf.py
builder: dirhtml
fail_on_warning: true
python: '3.13'
commands:
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
- uv run --group docs sphinx-build -W -b dirhtml docs $READTHEDOCS_OUTPUT/html