We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cede081 + 8008c2e commit a1eb2f3Copy full SHA for a1eb2f3
readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl
@@ -20,7 +20,8 @@ if version_info[0] == 1 and version_info[1] > 2:
20
source_suffix = ['.rst', '.md']
21
22
if 'source_parsers' in globals():
23
- source_parsers['.md'] = CommonMarkParser
+ if '.md' not in source_parsers:
24
+ source_parsers['.md'] = CommonMarkParser
25
else:
26
source_parsers = {
27
'.md': CommonMarkParser,
0 commit comments