0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 00:38:00 +01:00
cpython/.readthedocs.yml
Łukasz Langa 5970435b26
[3.10] Add a dummy .rtfd.yml file to silence invalid failing webhooks (#108908)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
2023-09-05 17:08:51 +02:00

13 lines
338 B
YAML

# 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