summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-05-23 08:33:10 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-05-23 08:33:10 -0400
commit81764c5b59c9bf323aa0bf689301a97d629d8402 (patch)
tree76201edd6136c3a96bf7bbee774ebcf077655306
parent9a3b0c324ada7b5bc96780981523a42bbef53eba (diff)
downloadpython-coveragepy-git-81764c5b59c9bf323aa0bf689301a97d629d8402.tar.gz
Try out the text sphinx builder
-rw-r--r--doc/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index 0ff8f697..7eb15211 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -30,6 +30,11 @@ html:
@echo
@echo "Build finished. The HTML pages are in _build/html."
+text:
+ $(SPHINXBUILD) -b text $(ALLSPHINXOPTS) _build/text
+ @echo
+ @echo "Build finished. The text files are in _build/text."
+
dirhtml:
$(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) _build/dirhtml
@echo