diff --git a/docs/conf.py b/docs/conf.py index 37e3a27d56da..e50c5e9dbe65 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -184,6 +184,7 @@ # -- Options for myst ---------------------------------------------- myst_heading_anchors = 3 # auto-generate 3 levels of heading anchors +myst_enable_extensions = ['dollarmath'] nb_execution_mode = "force" nb_execution_allow_errors = False