summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-19 10:26:58 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-19 10:29:41 -0500
commite159fbdd05fc80fc359538030b619e5095570d10 (patch)
tree5759e9a8f49415d950f7aef11c4e412b4f00e254 /Makefile
parentc03f3000c82c6171fb798e4947a57a6b884fc03a (diff)
downloadpython-coveragepy-git-nedbat/cog.tar.gz
temp: use checksummingnedbat/cog
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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.