forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[3.10] Add a dummy .rtfd.yml file to silence invalid failing webhooks (…
…python#108908) Co-authored-by: Alex Waygood <[email protected]>
- Loading branch information
1 parent
fc382d3
commit 5970435
Showing
2 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file was deleted.
Oops, something went wrong.