From 2fd5ea91064625f250af1b05cc84e6ce27dc8c1a Mon Sep 17 00:00:00 2001 From: Alasdair Wilson Date: Wed, 26 Jun 2024 12:27:19 +0100 Subject: [PATCH] tox --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index eddca5a..60793c7 100644 --- a/tox.ini +++ b/tox.ini @@ -56,8 +56,7 @@ commands = [testenv:build_docs] description = invoke sphinx-build to build the HTML docs -changedir = - docs +change_dir = docs extras = docs commands = sphinx-build -j auto --color -W --keep-going -b html -d _build/.doctrees . _build/html {posargs}