From df70bbcc6ab29497eff820097554c65a1be2a2f1 Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Sun, 29 Aug 2021 13:26:23 +0200 Subject: [PATCH] docs: Remove explicit markdown configuration for rtd --- doc/conf.py | 4 ---- 1 file changed, 4 deletions(-) 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']