Commit d4dab4b6 authored by Valentin Skripnikov's avatar Valentin Skripnikov

Update conf.py

parent db12fda0
Pipeline #91 canceled with stages
......@@ -33,6 +33,12 @@ extensions = []
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
from recommonmark.parser import CommonMarkParser
source_parsers = {
'.md': CommonMarkParser,
}
# The suffix of source filenames.
source_suffix = ['.rst', '.md']
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment