Skip to content

Commit 6ccaedf

Browse files
Create conf.py
1 parent 0dae61b commit 6ccaedf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

conf.py

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
from recommonmark.parser import CommonMarkParser
2+
3+
source_parsers = {
4+
'.md': CommonMarkParser,
5+
}
6+
7+
source_suffix = ['.rst', '.md']

0 commit comments

Comments
 (0)