mirror of https://github.com/python/cpython.git
[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:
parent
fc382d3dd0
commit
5970435b26
|
@ -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
|
|
@ -1,4 +0,0 @@
|
|||
[build]
|
||||
base = "Doc/"
|
||||
command = "make html"
|
||||
publish = "Doc/build/html"
|
Loading…
Reference in New Issue