From f958b6500b2aeb8edc578a07f00546becdad4c80 Mon Sep 17 00:00:00 2001 From: David Lord Date: Mon, 8 Apr 2024 15:28:57 -0700 Subject: [PATCH] build docs from scratch each test --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5a232cd9..1fedc922 100644 --- a/tox.ini +++ b/tox.ini @@ -32,7 +32,7 @@ commands = mypy [testenv:docs] deps = -r requirements/docs.txt -commands = sphinx-build -W -b dirhtml docs docs/_build/dirhtml +commands = sphinx-build -E -W -b dirhtml docs docs/_build/dirhtml [testenv:update-requirements] deps =