summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-26 19:09:36 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-26 19:09:36 -0500
commitfbd3c71eca4e660125769ff61d468963ce699440 (patch)
treee401c17b8b7c6d9f8a75a63bbf8983625b7ac035 /howto.txt
parentfb7b0e5b90bd2213255a66c26e258612c9784827 (diff)
downloadpython-coveragepy-git-fbd3c71eca4e660125769ff61d468963ce699440.tar.gz
docs: tweak the description of --concurrency
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/howto.txt b/howto.txt
index 282bbda9..a3784352 100644
--- a/howto.txt
+++ b/howto.txt
@@ -18,6 +18,8 @@
- Version of latest stable release in doc/index.rst
- Version, release, release_date and copyright date in doc/conf.py
- Look for CHANGEME comments
+ - Make sure the docs are cogged:
+ $ make cogdoc
- Don't forget the man page: doc/python-coverage.1.txt
- Check that the docs build correctly:
$ tox -e doc