3 Commits

Author SHA1 Message Date
Jamie Hardt
ebd0b54b6a Update .readthedocs.yaml 2026-03-30 11:54:59 -07:00
Jamie Hardt
98958c42f4 Update .readthedocs.yaml 2026-03-30 11:50:00 -07:00
Jamie Hardt
bf9ff7b00f Documentation updates (#18)
* Update .readthedocs.yaml

Updated RTD version to `ubuntu-lts-latest`

* Update .readthedocs.yaml

RTD config fix
2026-03-30 11:46:52 -07:00

View File

@@ -9,13 +9,14 @@ version: 2
build:
os: ubuntu-lts-latest
tools:
python: "3.10"
python: "3.13"
jobs:
pre_install:
- pip install --upgrade pip
- 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
# build:
# 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`