Skip to content

Commit 1c2639b

Browse files
miss-islingtonambvAlexWaygood
authored
[3.8] Add a dummy .rtfd.yml file to silence invalid failing webhooks (GH-108908) (#108926)
(cherry picked from commit 5970435) Co-authored-by: Łukasz Langa <[email protected]> Co-authored-by: Alex Waygood <[email protected]>
1 parent 7f59c4c commit 1c2639b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.readthedocs.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This is a dummy config file so that readthedocs.org doesn't fail on security branches.
2+
# Note that this won't result in docs actually getting built;
3+
# clicking on the docs preview link on a PR will result in a 404.
4+
version: 2
5+
formats: []
6+
build:
7+
os: "ubuntu-22.04"
8+
tools:
9+
python: "3.11"
10+
jobs:
11+
post_checkout:
12+
- exit 183

0 commit comments

Comments
 (0)