Skip to content

Commit

Permalink
[py] Treat doc generation warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Nov 7, 2016
1 parent 8daed86 commit ac158e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ deps =
MarkupSafe==0.18
Pygments==1.6
Sphinx==1.2b1
commands = sphinx-build -b html -d build/doctrees py/docs/source build/docs/api/py
commands = sphinx-build -W -b html -d build/doctrees py/docs/source build/docs/api/py {posargs}

0 comments on commit ac158e0

Please sign in to comment.