Update .readthedocs.yaml

This commit is contained in:
Jamie Hardt
2026-03-30 11:54:59 -07:00
committed by GitHub
parent 98958c42f4
commit ebd0b54b6a

View File

@@ -9,14 +9,14 @@ version: 2
build: build:
os: ubuntu-lts-latest os: ubuntu-lts-latest
tools: tools:
python: "3.10" python: "3.13"
jobs: jobs:
pre_install: pre_install:
- pip install --upgrade pip - pip install --upgrade pip
- pip install --upgrade --upgrade-strategy only-if-needed --group doc . - pip install --upgrade --upgrade-strategy only-if-needed --group doc .
build: # build:
html: # 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: post_build:
- echo "Command run at 'post_build' step" - echo "Command run at 'post_build' step"
- echo `date` - echo `date`