diff options
| author | Georg Brandl <georg@python.org> | 2010-01-02 14:59:27 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-01-02 14:59:27 +0100 |
| commit | 7e8cbbe18b8ef054ecab9b6a0c35dfa52c5ea338 (patch) | |
| tree | b855e2b0dba66cf314b473bc82234a2819f8327d /tests/root/conf.py | |
| parent | 1a051a1d59f8d71c756ffd1c726825e4c5346882 (diff) | |
| download | sphinx-7e8cbbe18b8ef054ecab9b6a0c35dfa52c5ea338.tar.gz | |
#310: support exception messages in the ``testoutput`` blocks of the ``doctest`` extension.
Also add minimal test cases for the doctest extension.
Diffstat (limited to 'tests/root/conf.py')
| -rw-r--r-- | tests/root/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/root/conf.py b/tests/root/conf.py index 192a1883..6657714d 100644 --- a/tests/root/conf.py +++ b/tests/root/conf.py @@ -6,7 +6,7 @@ sys.path.append(os.path.abspath('.')) extensions = ['ext', 'sphinx.ext.autodoc', 'sphinx.ext.jsmath', 'sphinx.ext.coverage', 'sphinx.ext.todo', - 'sphinx.ext.autosummary'] + 'sphinx.ext.autosummary', 'sphinx.ext.doctest'] jsmath_path = 'dummy.js' |
