ci(docs): RTD Sphinx warnings false successes

Use the same options on readthedocs.com that we use locally to fail on all warnings,
mostly to better catch stale cross references.
This commit is contained in:
Ross Patterson 2025-08-29 14:52:03 -07:00
parent 746370ef9a
commit 98afe65f30
No known key found for this signature in database
GPG key ID: 2EFF7CCE6828E359

View file

@ -7,6 +7,7 @@ build:
sphinx:
configuration: docs/source/conf.py
fail_on_warning: true
python:
install:
@ -14,4 +15,4 @@ python:
- method: pip
path: .
extra_requirements:
- docs
- docs