diff --git a/tox.ini b/tox.ini index f327dcbf3..1f4385bd0 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ basepython = python3.6 extras = voice, docs, mongo commands = sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" -W -bhtml - sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" -W -blinkcheck + sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" -blinkcheck [testenv:style] description = Stylecheck the code with black to see if anything needs changes.