diff --git a/doc/manual/conf.py b/doc/manual/conf.py index 17e569a2c..2243cad21 100644 --- a/doc/manual/conf.py +++ b/doc/manual/conf.py @@ -72,6 +72,8 @@ extensions = [ 'sphinxcontrib.wavedrom', # see also below for config ] +mathjax_path = "https://m-labs.hk/MathJax/MathJax.js?config=TeX-AMS-MML_HTMLorMML.js" + # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates']