diff options
Diffstat (limited to 'tests/roots/test-add_source_parser/conf.py')
-rw-r--r-- | tests/roots/test-add_source_parser/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/roots/test-add_source_parser/conf.py b/tests/roots/test-add_source_parser/conf.py index f9969341a..5fc0c63d2 100644 --- a/tests/roots/test-add_source_parser/conf.py +++ b/tests/roots/test-add_source_parser/conf.py @@ -11,7 +11,7 @@ class DummyMarkdownParser(Parser): pass -extensions = ['test_source_parser'] +extensions = ['source_parser'] source_suffix = ['.rst', '.md'] source_parsers = { '.md': DummyMarkdownParser |