From d404fc5fc5b66bd98c649ea01900ab8f0ecdd9f2 Mon Sep 17 00:00:00 2001 From: Sean Kelly Date: Wed, 2 Oct 2024 11:17:58 -0500 Subject: [PATCH] Use newer sphinx cmd --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index da6b103..72ed532 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ commands = pytest [testenv:docs] deps = .[dev] whitelist_externals = python -commands = python setup.py build_sphinx +commands = sphinx-build -a -b html docs/source docs/build [testenv:lint] deps = pre-commit