commit | 17baef0b7c7986619b7db46c70239f6b1a7d6a8f | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat Mar 22 10:56:23 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sat Mar 22 10:56:23 2008 +0000 |
tree | bae7021097e9d7f3c3fad8f1264097328d599cf4 | |
parent | 86f38c81ae2ff13c12dacd4137916e041e42da46 [diff] [blame] |
Activate the Sphinx doctest extension and convert howto/functional to use it.
diff --git a/Doc/Makefile b/Doc/Makefile index e94be81..64a1b2f 100644 --- a/Doc/Makefile +++ b/Doc/Makefile
@@ -82,6 +82,11 @@ coverage: build @echo "Coverage finished; see c.txt and python.txt in build/coverage" +doctest: BUILDER = doctest +doctest: build + @echo "Testing of doctests in the sources finished, look at the " \ + "results in build/doctest/output.txt" + clean: -rm -rf build/* -rm -rf tools/sphinx