From 727656d68a3764c4e2563de6c2c9c0f557ee255b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Tue, 5 Sep 2023 14:17:34 +0200 Subject: [PATCH 1/4] Add a dummy .rtfd.yml file to silence invalid failling webhooks --- .readthedocs.yml | 2 ++ netlify.toml | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) create mode 100644 .readthedocs.yml delete mode 100644 netlify.toml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 00000000000000..99176b6087051d --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,2 @@ +version: 2 +formats: [] diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 387c8f954ada3c..00000000000000 --- 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 From c6b1592659d492ff0dc6270a445bdd5d8e78e63e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Tue, 5 Sep 2023 14:34:43 +0200 Subject: [PATCH 2/4] exit 183 --- .readthedocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 99176b6087051d..fba6a62fd96feb 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,2 +1,6 @@ version: 2 formats: [] +build: + jobs: + post_checkout: + - exit 183 From 075bc7a62c67ab634f7d7d9c01c18203a4305561 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Tue, 5 Sep 2023 14:40:06 +0200 Subject: [PATCH 3/4] More boilerplate --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index fba6a62fd96feb..49791079a24d2e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,6 +1,9 @@ version: 2 formats: [] build: + os: "ubuntu-22.04" + tools: + python: "3.11" jobs: post_checkout: - exit 183 From 1059d492d3b65a3002504aeaf5e4af330ef07b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Langa?= Date: Tue, 5 Sep 2023 16:05:20 +0200 Subject: [PATCH 4/4] Update .readthedocs.yml Co-authored-by: Alex Waygood --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 49791079a24d2e..6a9db718698269 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,3 +1,6 @@ +# 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: