diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-19 10:26:58 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-11-19 10:29:41 -0500 |
commit | e159fbdd05fc80fc359538030b619e5095570d10 (patch) | |
tree | 5759e9a8f49415d950f7aef11c4e412b4f00e254 /Makefile | |
parent | c03f3000c82c6171fb798e4947a57a6b884fc03a (diff) | |
download | python-coveragepy-git-nedbat/cog.tar.gz |
temp: use checksummingnedbat/cog
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |