From 2d0183a579a0f484e0d1b83ff11f667d1b30f30e Mon Sep 17 00:00:00 2001 From: Jake Lishman Date: Wed, 29 Nov 2023 13:06:28 +0000 Subject: [PATCH] Fix `docs-clean` tox job 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 82ee34eaa7..7d40587fdc 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