Merge "Treat warnings as errors in docs and fix warnings"

This commit is contained in:
Zuul 2018-10-05 20:52:39 +00:00 committed by Gerrit Code Review
commit ab314cd439
3 changed files with 6 additions and 1 deletions

View File

@ -4,3 +4,8 @@ bandit>=1.5
yapf==0.24.0
sphinx>=1.6.2
sphinx_rtd_theme==0.2.4
# Imported when the source code is parsed for generating documentation:
# TODO(felipemonteiro): Move documentation-only requirements into
# doc/requirements.txt
falcon==1.2.0

View File

@ -36,7 +36,7 @@ deps =
-r{toxinidir}/test-requirements.txt
commands =
rm -rf doc/build
sphinx-build -b html doc/source doc/build
sphinx-build -W -b html doc/source doc/build
[testenv:fmt]
deps =