Adding configuration file

This commit is contained in:
cytopia 2018-03-10 10:19:24 +01:00
parent e1e60c736e
commit 5c0f778666
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

7
docs/conf.py Normal file
View File

@ -0,0 +1,7 @@
from recommonmark.parser import CommonMarkParser
source_parsers = {
'.md': CommonMarkParser,
}
source_suffix = ['.rst', '.md']