From 396bc9bb1eb147c835d57dddcf3a9efeef9d588a Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Mon, 30 Mar 2026 11:46:05 -0700 Subject: [PATCH] Update .readthedocs.yaml RTD config fix --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2756bdf..ef92ddf 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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`