From 734c8c4520cc65d572fc0c4253b1856624934ef5 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Thu, 29 May 2025 12:10:19 -0300 Subject: [PATCH] chore: add main to phony Signed-off-by: Vitor Mattos --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 3d38fa7..6151be8 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -19,7 +19,7 @@ # %: Makefile # @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -.PHONY: user admin dev all +.PHONY: main user admin dev all main: sphinx-autobuild --port 0 /app/docs/main /app/_build