From 05c389623cd9e66a7ce96f2a3ea206aa7b263a4b Mon Sep 17 00:00:00 2001 From: Kowlin Date: Mon, 23 Jul 2018 02:04:30 +0200 Subject: [PATCH] Removed warnings as errors argument (#1954) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.