From 2b22fa0d474fd4eea4f84edcb249a098c55aea88 Mon Sep 17 00:00:00 2001 From: Matthew Foster Walsh <15671892+mfosterw@users.noreply.github.com> Date: Tue, 9 Sep 2025 07:39:22 -0600 Subject: [PATCH] Update comment --- {{cookiecutter.project_slug}}/docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/docs/Makefile b/{{cookiecutter.project_slug}}/docs/Makefile index 9e34e0591..cf080e476 100644 --- a/{{cookiecutter.project_slug}}/docs/Makefile +++ b/{{cookiecutter.project_slug}}/docs/Makefile @@ -15,7 +15,7 @@ APP = ../{{cookiecutter.project_slug}} .PHONY: help livehtml apidocs Makefile -# Put it first so that "make" without argument is like "make html". +# Put it first so that "make" without argument is like "make help". help: @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -c .