diff --git a/tox.ini b/tox.ini index e780f0512..b550ed356 100644 --- a/tox.ini +++ b/tox.ini @@ -54,7 +54,6 @@ commands = sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out/html" -W -bhtml sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out/linkcheck" -W -blinkcheck sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out/doctest" -W -bdoctest - make checkchangelog [testenv:style] description = Stylecheck the code with black to see if anything needs changes.