Skip to content

Commit d1257dc

Browse files
committed
fix docs
Signed-off-by: Tim Schopf <tim.schopf@t-online.de>
1 parent 5fc495b commit d1257dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# ones.
3636
extensions = [
3737
'sphinx_rtd_theme',
38-
'recommonmark',
38+
'myst_parser',
3939
'sphinx.ext.autodoc',
4040
'sphinx.ext.napoleon',
4141
'sphinx_markdown_tables',
@@ -64,7 +64,7 @@
6464
master_doc = 'index'
6565

6666
source_parsers = {
67-
'.md': 'recommonmark.parser.CommonMarkParser',
67+
'.md': 'myst_parser.parser.MystParser',
6868
}
6969

7070
source_suffix = ['.rst', '.md']

0 commit comments

Comments
 (0)