From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 5 Sep 2023 15:38:11 +0000 (-0700) Subject: [3.8] Add a dummy .rtfd.yml file to silence invalid failing webhooks (GH-108908)... X-Git-Tag: v3.8.19~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c2639bccf05c7d603083c233b1e9554c954e30c;p=thirdparty%2FPython%2Fcpython.git [3.8] Add a dummy .rtfd.yml file to silence invalid failing webhooks (GH-108908) (#108926) (cherry picked from commit 5970435b26fc85c83490bc915c894ea7dd0fbf21) Co-authored-by: Ɓukasz Langa Co-authored-by: Alex Waygood --- diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 000000000000..6a9db7186982 --- /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