]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.9] [3.10] Add a dummy .rtfd.yml file to silence invalid failing webhooks (GH-10890...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 5 Sep 2023 15:37:59 +0000 (08:37 -0700)
committerGitHub <noreply@github.com>
Tue, 5 Sep 2023 15:37:59 +0000 (17:37 +0200)
(cherry picked from commit 5970435b26fc85c83490bc915c894ea7dd0fbf21)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
.readthedocs.yml [new file with mode: 0644]
netlify.toml [deleted file]

diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644 (file)
index 0000000..6a9db71
--- /dev/null
@@ -0,0 +1,12 @@
+# This is a dummy config file so that readthedocs.org doesn't fail on security branches.
+# Note that this won't result in docs actually getting built;
+# clicking on the docs preview link on a PR will result in a 404.
+version: 2
+formats: []
+build:
+  os: "ubuntu-22.04"
+  tools:
+    python: "3.11"
+  jobs:
+    post_checkout:
+    - exit 183
diff --git a/netlify.toml b/netlify.toml
deleted file mode 100644 (file)
index 387c8f9..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-[build]
-    base = "Doc/"
-    command = "make html"
-    publish = "Doc/build/html"
\ No newline at end of file