From 0178e2556bdf0339f018ac9c6eb801a531cfb0aa Mon Sep 17 00:00:00 2001 From: Steven Loria Date: Mon, 16 Mar 2026 15:29:02 -0400 Subject: [PATCH] Fix RTD builds --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c7f81119..58b00729 100644 --- a/tox.ini +++ b/tox.ini @@ -36,7 +36,7 @@ commands = mypy src/ {posargs} [testenv:docs] dependency_groups = docs -commands = sphinx-build docs/ docs/_build {posargs} +commands = sphinx-build docs/ {posargs:docs/_build} ; Below tasks are for development only (not run in CI)