aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2023-09-05 17:08:51 +0200
committerGitHub <noreply@github.com>2023-09-05 17:08:51 +0200
commit5970435b26fc85c83490bc915c894ea7dd0fbf21 (patch)
tree864564901c9c68d56cb0661e59bd72e978c65f8a
parentPost 3.10.13 (diff)
downloadcpython-5970435b26fc85c83490bc915c894ea7dd0fbf21.tar.gz
cpython-5970435b26fc85c83490bc915c894ea7dd0fbf21.tar.bz2
cpython-5970435b26fc85c83490bc915c894ea7dd0fbf21.zip
[3.10] Add a dummy .rtfd.yml file to silence invalid failing webhooks (#108908)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
-rw-r--r--.readthedocs.yml12
-rw-r--r--netlify.toml4
2 files changed, 12 insertions, 4 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 00000000000..6a9db718698
--- /dev/null
+++ b/.readthedocs.yml
@@ -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
index 387c8f954ad..00000000000
--- a/netlify.toml
+++ /dev/null
@@ -1,4 +0,0 @@
-[build]
- base = "Doc/"
- command = "make html"
- publish = "Doc/build/html" \ No newline at end of file