summaryrefslogtreecommitdiff
path: root/tests/root/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/root/conf.py')
-rw-r--r--tests/root/conf.py3
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'