Skip to content

Commit 957ecb0

Browse files
committed
added conf.py for readthedocs
1 parent 080060c commit 957ecb0

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.idea

index.md renamed to README.md

File renamed without changes.

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)