X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=tox.ini;h=4d0f0f92043fc11943135eebf7cdc214450b9b9b;hb=9f181f00651deda2c37ff6824d9dfde0dd47e955;hp=0a3413b5d1b6fb705eb5a506085bb50b8c0281c8;hpb=eaa48f841488c32763c831247c8c538145105a6a;p=releng%2Fglobal-jjb.git diff --git a/tox.ini b/tox.ini index 0a3413b5..4d0f0f92 100644 --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ commands = [testenv:docs] deps = -rrequirements.txt commands = - sphinx-build -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html + sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" whitelist_externals = echo