From: Dave Miller Date: Wed, 24 Jun 2026 09:04:56 +0000 (-0400) Subject: drop in a stub for RTD so it'll stop complaining about no config X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=289b5aae15bc2fa25af8b4dc090ddbb8cdcf1cdb;p=thirdparty%2Fbugzilla.git drop in a stub for RTD so it'll stop complaining about no config --- diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000..f0fa7e89b --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,11 @@ +version: 2 + +build: + os: ubuntu-latest + tools: + python: "3.11" + jobs: + - name: docs + commands: + - echo "Docs disabled for this branch" +