diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-11-10 16:51:34 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-11-10 16:51:34 -0500 |
commit | ba315ed9d4ca87131f69b2f9f1513f65496c660b (patch) | |
tree | bc4296ff83e18599096b7d63781ac69e3844b92f | |
parent | 62e2172dd4627ac71c1c3aef319980dea3b8b50d (diff) | |
download | python-coveragepy-git-ba315ed9d4ca87131f69b2f9f1513f65496c660b.tar.gz |
Helpful command to open built doc files
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -145,8 +145,8 @@ docreqs: dochtml: docreqs ## Build the docs HTML output. .tox/doc/bin/python doc/check_copied_from.py doc/*.rst $(SPHINXBUILD) -b html doc doc/_build/html - @echo - @echo "Build finished. The HTML pages are in doc/_build/html." + @echo "This might be useful:" + @echo "open doc/_build/html/index.html" docspell: docreqs $(SPHINXBUILD) -b spelling doc doc/_spell |