Use the same options on readthedocs.com that we use locally to fail on all warnings, mostly to better catch stale cross references.
18 lines
280 B
YAML
18 lines
280 B
YAML
version: 2
|
|
|
|
build:
|
|
os: "ubuntu-22.04"
|
|
tools:
|
|
python: "3.10"
|
|
|
|
sphinx:
|
|
configuration: docs/source/conf.py
|
|
fail_on_warning: true
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/source/requirements.txt
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- docs
|