docs: Remove explicit markdown configuration for rtd

This commit is contained in:
Christian Decker 2021-08-29 13:26:23 +02:00 committed by neil saitug
parent 2770bcb158
commit df70bbcc6a

View file

@ -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']