From 2439bdba755e8af158745b9a8bc41fc6a1693601 Mon Sep 17 00:00:00 2001 From: David Lord Date: Sat, 6 Apr 2024 16:41:41 -0700 Subject: [PATCH] tox builds docs in place --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1ba06631..f4dd0cb9 100644 --- a/tox.ini +++ b/tox.ini @@ -32,4 +32,4 @@ commands = mypy [testenv:docs] deps = -r requirements/docs.txt -commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html +commands = sphinx-build -W -b dirhtml docs docs/_build/dirhtml