Skip to content

Commit

Permalink
[3.9] [3.10] Add a dummy .rtfd.yml file to silence invalid failing we…
Browse files Browse the repository at this point in the history
…bhooks (GH-108908) (#108925)

(cherry picked from commit 5970435)

Co-authored-by: Łukasz Langa <[email protected]>
Co-authored-by: Alex Waygood <[email protected]>
  • Loading branch information
3 people authored Sep 5, 2023
1 parent cf69231 commit e4b971c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .readthedocs.yml
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
4 changes: 0 additions & 4 deletions netlify.toml

This file was deleted.

0 comments on commit e4b971c

Please sign in to comment.