From 5eeadc6399de71d792f08d454116d6bf22669b57 Mon Sep 17 00:00:00 2001 From: Kowlin Date: Wed, 25 Jul 2018 04:33:43 +0200 Subject: [PATCH] Commented out the link checking (#1958) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1f4385bd0..9bb4fe46e 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" -blinkcheck + # sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" -W -blinkcheck [testenv:style] description = Stylecheck the code with black to see if anything needs changes.