From a9d65c051e9ac5d982846742dbae383ed1e4482d Mon Sep 17 00:00:00 2001 From: Arkadii Yakovets Date: Fri, 1 Mar 2024 08:50:11 -0800 Subject: [PATCH] Update make clean action: delete docs autosummary --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index fc9afd171..d32b6b33d 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ clean: rm -rf .mypy_cache/* rm -rf .pytest_cache/* rm -rf docs/build/* + rm -rf docs/source/_autosummary/* coverage: pytest --cov=. --cov-config=pyproject.toml --cov-report term-missing --dist loadscope --no-cov-on-fail --numprocesses auto