Merge "Enable warnings for docs build"

This commit is contained in:
Zuul 2020-04-27 15:35:06 +00:00 committed by Gerrit Code Review
commit 10367247a9
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}