2 Commits

Author SHA1 Message Date
Jamie Hardt
396bc9bb1e Update .readthedocs.yaml
RTD config fix
2026-03-30 11:46:05 -07:00
Jamie Hardt
47bc6c57c8 Update .readthedocs.yaml
Updated RTD version to `ubuntu-lts-latest`
2026-03-30 11:43:51 -07:00

View File

@@ -7,7 +7,7 @@ version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
os: ubuntu-lts-latest
tools:
python: "3.10"
jobs:
@@ -15,7 +15,7 @@ build:
- pip install --upgrade --upgrade-strategy only-if-needed --group doc .
build:
html:
python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
- python -m sphinx -T -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html
post_build:
- echo "Command run at 'post_build' step"
- echo `date`