]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
drop in a stub for RTD so it'll stop complaining about no config
authorDave Miller <justdave@bugzilla.org>
Wed, 24 Jun 2026 09:04:56 +0000 (05:04 -0400)
committerDave Miller <justdave@bugzilla.org>
Wed, 24 Jun 2026 09:04:56 +0000 (05:04 -0400)
.readthedocs.yml [new file with mode: 0644]

diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644 (file)
index 0000000..f0fa7e8
--- /dev/null
@@ -0,0 +1,11 @@
+version: 2
+
+build:
+  os: ubuntu-latest
+  tools:
+    python: "3.11"
+  jobs:
+    - name: docs
+      commands:
+        - echo "Docs disabled for this branch"
+