Skip to content

Commit 5970435

Browse files
ambvAlexWaygood
andauthored
[3.10] Add a dummy .rtfd.yml file to silence invalid failing webhooks (#108908)
Co-authored-by: Alex Waygood <[email protected]>
1 parent fc382d3 commit 5970435

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
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

netlify.toml

-4
This file was deleted.

0 commit comments

Comments
 (0)