Skip to content

Commit 9c78fd5

Browse files
committed
add myst extensions
1 parent ce87784 commit 9c78fd5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/conf.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,17 @@
5050
}
5151

5252
myst_enable_extensions = [
53+
"amsmath",
5354
"colon_fence",
55+
"deflist",
56+
"dollarmath",
57+
"html_admonition",
58+
"html_image",
59+
"linkify",
60+
"replacements",
61+
"smartquotes",
62+
"substitution",
63+
"tasklist",
5464
]
5565

5666
intersphinx_mapping = {

0 commit comments

Comments
 (0)