python-peps/readthedocs.yaml

16 lines
192 B
YAML

version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
commands:
- make dirhtml JOBS=$(nproc) BUILDDIR=_readthedocs/html
sphinx:
builder: dirhtml
search:
ignore: ['*']