Activate the Sphinx doctest extension and convert howto/functional to use it.

This commit is contained in:
Georg Brandl 2008-03-22 10:56:23 +00:00
parent 86f38c81ae
commit 17baef0b7c
3 changed files with 19 additions and 6 deletions

View file

@ -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.