From 289b5aae15bc2fa25af8b4dc090ddbb8cdcf1cdb Mon Sep 17 00:00:00 2001 From: Dave Miller Date: Wed, 24 Jun 2026 05:04:56 -0400 Subject: [PATCH] drop in a stub for RTD so it'll stop complaining about no config --- .readthedocs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .readthedocs.yml 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" + -- 2.47.3