From dbcfee285e81ed897e6a5e9f14a89061a0ccaba2 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 10 Oct 2016 11:54:09 -0400 Subject: [PATCH] Overwrite apidoc output by default for now. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 6319202..83b8d8f 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ SRCDIR := src/dunshire SRCS := $(SRCDIR)/*.py doc: $(SRCS) doc/source/conf.py doc/makefile - sphinx-apidoc -o doc/source $(SRCDIR) + sphinx-apidoc -f -o doc/source $(SRCDIR) cd doc && $(MAKE) html .PHONY: check -- 2.43.2