From: Dave Miller Date: Wed, 24 Jun 2026 09:07:33 +0000 (-0400) Subject: fix syntax in RTD file X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0323a187a0ed0dc9de15cbafb7eb881ca701bd1b;p=thirdparty%2Fbugzilla.git fix syntax in RTD file --- 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