From a5e6fde64aad9fd15b18ca5b52c4ef7aa54a4139 Mon Sep 17 00:00:00 2001 From: Shengyu Zhang Date: Thu, 17 Oct 2024 10:02:50 +0800 Subject: [PATCH] chore: Update project template to sphinx-notes/cookiecutter@c4f14dab --- .cruft.json | 2 +- Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cruft.json b/.cruft.json index e3324c6..7919327 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sphinx-notes/template", - "commit": "80a61fa9abcd9474d8cfbc36d0bf5d41f99c916c", + "commit": "c4f14dab2840eeff6352647a923642b6377d1f49", "checkout": null, "context": { "cookiecutter": { diff --git a/Makefile b/Makefile index d1f5d08..c2786f4 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,8 @@ view: .PHONY: clean clean: - $(MAKE) -C docs/ clean - $(RM) dist/ + $(MAKE) -C docs/ clean | true + $(RM) dist/ | true .PHONY: clean fmt: