diff options
author | Georg Brandl <georg@python.org> | 2008-03-22 10:56:23 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-03-22 10:56:23 (GMT) |
commit | 17baef0b7c7986619b7db46c70239f6b1a7d6a8f (patch) | |
tree | bae7021097e9d7f3c3fad8f1264097328d599cf4 /Doc/conf.py | |
parent | 86f38c81ae2ff13c12dacd4137916e041e42da46 (diff) | |
download | cpython-17baef0b7c7986619b7db46c70239f6b1a7d6a8f.zip cpython-17baef0b7c7986619b7db46c70239f6b1a7d6a8f.tar.gz cpython-17baef0b7c7986619b7db46c70239f6b1a7d6a8f.tar.bz2 |
Activate the Sphinx doctest extension and convert howto/functional to use it.
Diffstat (limited to 'Doc/conf.py')
-rw-r--r-- | Doc/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 @@ sys.path.append('tools/sphinxext') # 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. |