We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c764cc2 commit 324329bCopy full SHA for 324329b
1 file changed
conf.py
@@ -29,6 +29,10 @@
29
'sphinx_copybutton',
30
]
31
32
+myst_enable_extensions = [
33
+ 'dollarmath',
34
+]
35
+
36
# Add any paths that contain templates here, relative to this directory.
37
templates_path = ['_templates']
38
0 commit comments