From 4838d399e4be4623314a3dffcbb0ddd6b8021d20 Mon Sep 17 00:00:00 2001 From: Jake Lishman Date: Wed, 29 Nov 2023 20:39:04 +0000 Subject: [PATCH] Fix `docs-clean` tox job (#1034) The API reference autosummary stubs are in `docs/source/apiref`, rather than loose in `docs/apiref`. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 82ee34eaa..7d40587fd 100644 --- a/tox.ini +++ b/tox.ini @@ -64,7 +64,7 @@ commands = skip_install = true deps = allowlist_externals = rm -commands = rm -rf {toxinidir}/docs/build {toxinidir}/docs/apiref +commands = rm -rf {toxinidir}/docs/build {toxinidir}/docs/source/apiref [testenv:black] basepython = python3