From ec32c8767818c98ee2236d9c2be5fe5b0ce00dc7 Mon Sep 17 00:00:00 2001 From: spacemanspiff2007 <10754716+spacemanspiff2007@users.noreply.github.com> Date: Fri, 18 Oct 2024 14:30:08 +0200 Subject: [PATCH] tox --- tox.ini | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/tox.ini b/tox.ini index 6715fb69..5007c47f 100644 --- a/tox.ini +++ b/tox.ini @@ -35,15 +35,15 @@ commands = pass_env = CI -[testenv:docs] -description = invoke sphinx-build to build the HTML docs - -deps = - {[testenv]deps} - -r{toxinidir}/docs/requirements.txt - -commands = - sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" --color -bhtml {posargs} +; [testenv:docs] +; description = invoke sphinx-build to build the HTML docs +; +; deps = +; {[testenv]deps} +; -r{toxinidir}/docs/requirements.txt +; +; commands = +; sphinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" --color -bhtml {posargs}