From 31f426021fd7a36be490f9610f7cfa28e852e514 Mon Sep 17 00:00:00 2001 From: "J. Michael Burgess" Date: Tue, 27 Sep 2022 12:29:29 +0200 Subject: [PATCH] get rid of math dollar --- docs/conf.py | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 85c0a374..df7f3636 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -111,23 +111,24 @@ def run_apidoc(app): "sphinx.ext.githubpages", "sphinx.ext.napoleon", "sphinx_gallery.load_style", - "sphinx_math_dollar", +# "sphinx_math_dollar", "sphinx_rtd_dark_mode", ] -mathjax_config = { - "tex2jax": { - "inlineMath": [["\\(", "\\)"]], - "displayMath": [["\\[", "\\]"]], - }, -} -mathjax3_config = { - "tex": { - "inlineMath": [["\\(", "\\)"]], - "displayMath": [["\\[", "\\]"]], - } -} -from sphinx_math_dollar import NODE_BLACKLIST +# mathjax_config = { +# "tex2jax": { +# "inlineMath": [["\\(", "\\)"]], +# "displayMath": [["\\[", "\\]"]], +# }, +# } + +# mathjax3_config = { +# "tex": { +# "inlineMath": [["\\(", "\\)"]], +# "displayMath": [["\\[", "\\]"]], +# } +# } +# from sphinx_math_dollar import NODE_BLACKLIST napoleon_google_docstring = True