From: Michael Orlitzky Date: Mon, 10 Oct 2016 15:54:09 +0000 (-0400) Subject: Overwrite apidoc output by default for now. X-Git-Tag: 0.1.0~175 X-Git-Url: https://gitweb.michael.orlitzky.com/?p=dunshire.git;a=commitdiff_plain;h=dbcfee285e81ed897e6a5e9f14a89061a0ccaba2 Overwrite apidoc output by default for now. --- 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