Configure ReadTheDocs to fail on warnings
Important to catch broken links and references.
This commit is contained in:
parent
cac1eed0ea
commit
d7eee724c4
|
@ -9,6 +9,10 @@ python:
|
|||
path: .
|
||||
- requirements: doc/en/requirements.txt
|
||||
|
||||
sphinx:
|
||||
configuration: doc/en/conf.py
|
||||
fail_on_warning: true
|
||||
|
||||
build:
|
||||
os: ubuntu-20.04
|
||||
tools:
|
||||
|
|
Loading…
Reference in New Issue