We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe079f8 commit 2f23c00Copy full SHA for 2f23c00
1 file changed
_sphinx/_source/conf.py
@@ -38,7 +38,7 @@
38
'm2r2', # m2r2 needs to be before myst_nb
39
'myst_nb', # Jupyter notebook support, should also cover markdown
40
'myst_parser',
41
- 'sphinx.ext.mathjax'
+ # 'sphinx.ext.mathjax'
42
]
43
44
nb_execution_mode = 'off' # Disable execution of code cells in notebooks
0 commit comments