2022-03-11 10:34:31 -05:00
|
|
|
version: 2
|
|
|
|
|
|
|
|
build:
|
2022-07-29 09:07:03 -04:00
|
|
|
os: ubuntu-22.04
|
2022-03-11 10:34:31 -05:00
|
|
|
tools:
|
2022-07-29 09:07:03 -04:00
|
|
|
python: "3.10"
|
2022-03-11 10:34:31 -05:00
|
|
|
|
2022-07-29 09:07:03 -04:00
|
|
|
commands:
|
|
|
|
- make pages JOBS=$(nproc) OUTPUT_DIR=_readthedocs/html
|
2022-03-11 10:34:31 -05:00
|
|
|
|
|
|
|
sphinx:
|
|
|
|
builder: dirhtml
|
|
|
|
|
|
|
|
search:
|
|
|
|
ignore: ['*']
|