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/conf.py b/Doc/conf.py index 82d16b8..f6c08c5 100644 --- a/Doc/conf.py +++ b/Doc/conf.py
@@ -13,7 +13,8 @@ # General configuration # --------------------- -extensions = ['sphinx.ext.refcounting', 'sphinx.ext.coverage'] +extensions = ['sphinx.ext.refcounting', 'sphinx.ext.coverage', + 'sphinx.ext.doctest'] templates_path = ['tools/sphinxext'] # General substitutions.