diff --git a/tox.ini b/tox.ini index 4ceecff4c..ababfe1ef 100644 --- a/tox.ini +++ b/tox.ini @@ -51,8 +51,8 @@ setenv = basepython = python3.8 extras = docs commands = - sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out/html" -W -bhtml - sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out/doctest" -W -bdoctest + sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out/html" -W --keep-going -bhtml + sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out/doctest" -W --keep-going -bdoctest [testenv:style] description = Stylecheck the code with black to see if anything needs changes.