From fb16e71b5e745d8681a3e7d6cb2e6ee98ee7b79e Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sat, 3 Oct 2009 18:53:55 +0000 Subject: doc: enable sphinx.ext.doctest extension --- doc/source/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/source') diff --git a/doc/source/conf.py b/doc/source/conf.py index b610470de..59bf3e909 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -18,6 +18,7 @@ sys.path.insert(0, os.path.abspath('../sphinxext')) extensions = ['sphinx.ext.autodoc', 'sphinx.ext.pngmath', 'numpydoc', 'sphinx.ext.intersphinx', 'sphinx.ext.coverage', + 'sphinx.ext.doctest', 'plot_directive'] if sphinx.__version__ >= "0.7": -- cgit v1.2.1