Enable warnings for docs build

-W should be set to default docs environment to complain about warnings,
add it.

Change-Id: I264570ea462c4df6c9208c039fa11b0e17e62b04
This commit is contained in:
Andreas Jaeger 2020-04-26 14:49:12 +02:00
parent 74797e4291
commit 3862cba2e8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ deps =
commands =
bash -c "rm -rf doc/build"
doc8 doc
sphinx-build --keep-going -b html doc/source doc/build/html
sphinx-build -W --keep-going -b html doc/source doc/build/html
[testenv:pdf-docs]
deps = {[testenv:docs]deps}