diff options
| author | georg.brandl <devnull@localhost> | 2008-03-21 14:06:04 +0000 |
|---|---|---|
| committer | georg.brandl <devnull@localhost> | 2008-03-21 14:06:04 +0000 |
| commit | a06aede3785e99aeede27d68f1c2cd3c257220d4 (patch) | |
| tree | 5f435117eddceed58665313745f2503cd0353d8a /doc/Makefile | |
| parent | dc1f268c73ad811091d1ae33e47b5319415628d2 (diff) | |
| download | sphinx-a06aede3785e99aeede27d68f1c2cd3c257220d4.tar.gz | |
* Add docs for sphinx.ext.doctest.
* Update parse_node functions.
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 4 |
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 |
