From bf9ff7b00fb07032c0b85e9b1d091ec7ec3d030a Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Mon, 30 Mar 2026 11:46:52 -0700 Subject: [PATCH] Documentation updates (#18) * Update .readthedocs.yaml Updated RTD version to `ubuntu-lts-latest` * Update .readthedocs.yaml RTD config fix --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2276bb8..ef92ddf 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-20.04 + os: ubuntu-lts-latest tools: python: "3.10" jobs: @@ -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`