Update .readthedocs.yaml

RTD config fix
This commit is contained in:
Jamie Hardt
2026-03-30 11:46:05 -07:00
committed by GitHub
parent 47bc6c57c8
commit 396bc9bb1e

View File

@@ -15,7 +15,7 @@ build:
- 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`