diff options
author | Georg Brandl <georg@python.org> | 2010-05-24 15:12:27 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-05-24 15:12:27 +0200 |
commit | 4d0facf1e145bec016f8827f0847dd1a50011eb9 (patch) | |
tree | 76a8e5abef5de5bfc38254292358084808e2b302 /tests/root/conf.py | |
parent | 6bffed3d3ab6941c5b5424034021384c3511e0db (diff) | |
download | sphinx-git-4d0facf1e145bec016f8827f0847dd1a50011eb9.tar.gz |
Add the "oldcmarkup" extension, to help migrating to 1.0.
Diffstat (limited to 'tests/root/conf.py')
-rw-r--r-- | tests/root/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/root/conf.py b/tests/root/conf.py index 9b1249ad4..0a08076db 100644 --- a/tests/root/conf.py +++ b/tests/root/conf.py @@ -6,7 +6,8 @@ sys.path.append(os.path.abspath('.')) extensions = ['sphinx.ext.autodoc', 'sphinx.ext.jsmath', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.autosummary', - 'sphinx.ext.doctest', 'sphinx.ext.extlinks', 'ext'] + 'sphinx.ext.doctest', 'sphinx.ext.extlinks', + 'sphinx.ext.oldcmarkup', 'ext'] jsmath_path = 'dummy.js' |