From e159fbdd05fc80fc359538030b619e5095570d10 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 19 Nov 2021 10:26:58 -0500 Subject: temp: use checksumming --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bb5faff3..0032a3dd 100644 --- a/Makefile +++ b/Makefile @@ -119,7 +119,7 @@ $(DOCBIN): tox -q -e doc --notest dochtml: $(DOCBIN) ## Build the docs HTML output. - $(DOCBIN)/python -m cogapp -rP --verbosity=1 doc/*.rst + $(DOCBIN)/python -m cogapp -crP --verbosity=1 doc/*.rst $(SPHINXBUILD) -b html doc doc/_build/html docdev: dochtml ## Build docs, and auto-watch for changes. -- cgit v1.2.1