From 2b4cfbe7890f078addc07be802ed7853ade7006f Mon Sep 17 00:00:00 2001 From: getzze Date: Tue, 22 Oct 2024 23:18:53 +0100 Subject: [PATCH] disable doctests in CI until it is fixed (#1184) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]