Skip to content

Commit ede9321

Browse files
committed
update docs
1 parent b7a4c8d commit ede9321

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/conf.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
# import sys
2121
# sys.path.insert(0, os.path.abspath('.'))
2222

23+
from recommonmark.parser import CommonMarkParser
24+
25+
source_parsers = {
26+
'.md': CommonMarkParser,
27+
}
2328

2429
# -- General configuration ------------------------------------------------
2530

@@ -38,8 +43,7 @@
3843
# The suffix(es) of source filenames.
3944
# You can specify multiple suffix as a list of string:
4045
#
41-
# source_suffix = ['.rst', '.md']
42-
source_suffix = '.rst'
46+
source_suffix = ['.rst', '.md']
4347

4448
# The master toctree document.
4549
master_doc = 'index'

0 commit comments

Comments
 (0)