]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix syntax in RTD file master
authorDave Miller <justdave@bugzilla.org>
Wed, 24 Jun 2026 09:07:33 +0000 (05:07 -0400)
committerDave Miller <justdave@bugzilla.org>
Wed, 24 Jun 2026 09:22:09 +0000 (05:22 -0400)
.readthedocs.yml

index f0fa7e89b8a0fb37715cd16e50cfad12aaa87ea9..cf59cc1b4c33084e41d7bbff711b59066324fe1b 100644 (file)
@@ -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