mirror of https://github.com/python/cpython
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
375 B
14 lines
375 B
# 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: []
|
|
sphinx:
|
|
configuration: Doc/conf.py
|
|
build:
|
|
os: "ubuntu-22.04"
|
|
tools:
|
|
python: "3.11"
|
|
jobs:
|
|
post_checkout:
|
|
- exit 183
|