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: ['*']