summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorgeorg.brandl <devnull@localhost>2008-03-21 14:06:04 +0000
committergeorg.brandl <devnull@localhost>2008-03-21 14:06:04 +0000
commita06aede3785e99aeede27d68f1c2cd3c257220d4 (patch)
tree5f435117eddceed58665313745f2503cd0353d8a /doc/Makefile
parentdc1f268c73ad811091d1ae33e47b5319415628d2 (diff)
downloadsphinx-a06aede3785e99aeede27d68f1c2cd3c257220d4.tar.gz
* Add docs for sphinx.ext.doctest.
* Update parse_node functions.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile
index d6379b6b..44b698ca 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -64,3 +64,7 @@ linkcheck:
@echo
@echo "Link check complete; look for any errors in the above output " \
"or in .build/linkcheck/output.txt."
+
+doctest:
+ mkdir -p .build/doctest .build/doctrees
+ $(SPHINXBUILD) -b doctest $(ALLSPHINXOPTS) .build/doctest