diff --git a/tox.ini b/tox.ini index 8904a2b1..3d9e98bf 100644 --- a/tox.ini +++ b/tox.ini @@ -91,8 +91,8 @@ extras = docs allowlist_externals = sphinx-build commands = sphinx-build -n -T -W --keep-going -b html -d {envtmpdir}/doctrees docs docs/_build/html - sphinx-build -n -T -W --keep-going -b doctest -d {envtmpdir}/doctrees docs docs/_build/html sphinx-build -n -T -W --keep-going -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/html + ; sphinx-build -n -T -W --keep-going -b doctest -d {envtmpdir}/doctrees docs docs/_build/html [testenv:changelog]