Set fail_on_warning to true in RTD config

Since nitpicky mode is enabled and all warnings are fixed, using this
default may spot minor mistakes in pull requests.
This commit is contained in:
parulin 2025-11-25 03:19:49 -05:00
parent 645d92631a
commit a16b25690e
No known key found for this signature in database
GPG key ID: 65099A5B0E31336C

View file

@ -12,7 +12,7 @@ submodules:
sphinx:
builder: html
configuration: conf.py
fail_on_warning: false
fail_on_warning: true
python:
install: