From 0323a187a0ed0dc9de15cbafb7eb881ca701bd1b Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Wed, 24 Jun 2026 05:07:33 -0400 Subject: [PATCH] fix syntax in RTD file --- .readthedocs.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index f0fa7e89b..cf59cc1b4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,11 +1,10 @@ version: 2 build: - os: ubuntu-latest + os: ubuntu-lts-latest tools: python: "3.11" - jobs: - - name: docs - commands: - - echo "Docs disabled for this branch" + commands: + - mkdir -p ${READTHEDOCS_OUTPUT}html + - echo "Docs disabled for this branch" > ${READTHEDOCS_OUTPUT}html/index.html -- 2.47.3