Configure ReadTheDocs to fail on warnings

Important to catch broken links and references.
This commit is contained in:
Bruno Oliveira 2023-10-21 23:45:05 -03:00
parent cac1eed0ea
commit d7eee724c4
1 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,10 @@ python:
path: . path: .
- requirements: doc/en/requirements.txt - requirements: doc/en/requirements.txt
sphinx:
configuration: doc/en/conf.py
fail_on_warning: true
build: build:
os: ubuntu-20.04 os: ubuntu-20.04
tools: tools: