]> gitweb.michael.orlitzky.com - dunshire.git/commitdiff
Overwrite apidoc output by default for now.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 10 Oct 2016 15:54:09 +0000 (11:54 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 10 Oct 2016 15:54:09 +0000 (11:54 -0400)
makefile

index 63192024af65d6e4c544ec3f5d3e64281a022497..83b8d8ff1c30ed575fbd91d0db8e877da402f89f 100644 (file)
--- 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