Skip to content

Commit 636294e

Browse files
committed
Use myst instead of recommonmark
1 parent 4455327 commit 636294e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

doc/conf.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
# import os
2020
# import sys
2121
# sys.path.insert(0, os.path.abspath('.'))
22-
from recommonmark.parser import CommonMarkParser
2322

2423

2524
# -- General configuration ------------------------------------------------
@@ -31,7 +30,7 @@
3130
# Add any Sphinx extension module names here, as strings. They can be
3231
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3332
# ones.
34-
extensions = []
33+
extensions = ["myst_parser"]
3534

3635
# Add any paths that contain templates here, relative to this directory.
3736
templates_path = ['_templates']
@@ -168,7 +167,3 @@
168167
author, 'Servant', 'One line description of project.',
169168
'Miscellaneous'),
170169
]
171-
172-
# -- Markdown -------------------------------------------------------------
173-
174-
extensions.append('recommonmark')

0 commit comments

Comments
 (0)