[3.10] Add a dummy .rtfd.yml file to silence invalid failing webhooks (#108908)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
Łukasz Langa 2023-09-05 17:08:51 +02:00 committed by GitHub
parent fc382d3dd0
commit 5970435b26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 4 deletions

12
.readthedocs.yml Normal file
View File

@ -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

View File

@ -1,4 +0,0 @@
[build]
base = "Doc/"
command = "make html"
publish = "Doc/build/html"