mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-18 18:56:25 +00:00
Adding configuration file
This commit is contained in:
parent
e1e60c736e
commit
5c0f778666
7
docs/conf.py
Normal file
7
docs/conf.py
Normal file
@ -0,0 +1,7 @@
|
||||
from recommonmark.parser import CommonMarkParser
|
||||
|
||||
source_parsers = {
|
||||
'.md': CommonMarkParser,
|
||||
}
|
||||
|
||||
source_suffix = ['.rst', '.md']
|
Loading…
Reference in New Issue
Block a user