diff --git a/doc/conf.py b/doc/conf.py index 2444e2fc0..37942cd49 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -41,10 +41,6 @@ extensions = [ 'recommonmark', ] -source_parsers = { - '.md': 'recommonmark.parser.CommonMarkParser', -} - # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']