* Add docs for sphinx.ext.doctest.

* Update parse_node functions.
This commit is contained in:
Georg Brandl
2008-03-21 14:06:04 +00:00
parent b2c8c8752d
commit 77441d7549
5 changed files with 172 additions and 19 deletions
+4
View File
@@ -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