From ebd0b54b6aa546b2e50cdfa8ef0322e2bce34b78 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Mon, 30 Mar 2026 11:54:59 -0700 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index a703578..27b47a8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,14 +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`