Skip to content

Commit a5e6fde

Browse files
committed
chore: Update project template to sphinx-notes/cookiecutter@c4f14dab
1 parent 4dc6f74 commit a5e6fde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/sphinx-notes/template",
3-
"commit": "80a61fa9abcd9474d8cfbc36d0bf5d41f99c916c",
3+
"commit": "c4f14dab2840eeff6352647a923642b6377d1f49",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ view:
2121

2222
.PHONY: clean
2323
clean:
24-
$(MAKE) -C docs/ clean
25-
$(RM) dist/
24+
$(MAKE) -C docs/ clean | true
25+
$(RM) dist/ | true
2626

2727
.PHONY: clean
2828
fmt:

0 commit comments

Comments
 (0)