Skip to content

Commit cb88497

Browse files
authored
Merge pull request #6 from janezd/migrate-to-myst
Migrate from recommonmark to myst
2 parents 572fb40 + 5836a02 commit cb88497

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,13 @@
3939
"sphinx.ext.imgmath",
4040
"sphinx.ext.ifconfig",
4141
"sphinx.ext.viewcode",
42-
"recommonmark",
42+
"myst_parser",
43+
]
44+
45+
myst_enable_extensions = [
46+
"colon_fence",
47+
"html_image",
48+
"attrs_inline"
4349
]
4450

4551
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)