summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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.