Skip to content

Commit 6c69b63

Browse files
committed
config sphinx to parse dollar math syntax
1 parent ea47d09 commit 6c69b63

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/source/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,7 @@
117117
# myst and panels config
118118
jupyter_execute_notebooks = "off"
119119
myst_heading_anchors = 3
120-
myst_enable_extensions = [
121-
"colon_fence",
122-
]
120+
myst_enable_extensions = ["colon_fence", "deflist", "dollarmath", "amsmath"]
123121
panels_add_bootstrap_css = False
124122

125123
# The reST default role (used for this markup: `text`) to use for all

0 commit comments

Comments
 (0)