File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 19
19
# import os
20
20
# import sys
21
21
# sys.path.insert(0, os.path.abspath('.'))
22
- from recommonmark .parser import CommonMarkParser
23
22
24
23
25
24
# -- General configuration ------------------------------------------------
31
30
# Add any Sphinx extension module names here, as strings. They can be
32
31
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
33
32
# ones.
34
- extensions = []
33
+ extensions = ["myst_parser" ]
35
34
36
35
# Add any paths that contain templates here, relative to this directory.
37
36
templates_path = ['_templates' ]
168
167
author , 'Servant' , 'One line description of project.' ,
169
168
'Miscellaneous' ),
170
169
]
171
-
172
- # -- Markdown -------------------------------------------------------------
173
-
174
- extensions .append ('recommonmark' )
You can’t perform that action at this time.
0 commit comments