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