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: .
|
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:
|
||||||
|
|
Loading…
Reference in New Issue