python-peps/readthedocs.yaml

16 lines
192 B
YAML
Raw Normal View History

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