1 2 3 4 5 6 7 8 9 10 11 12 13
|
Index: python-meshplex/docs/conf.py
===================================================================
--- python-meshplex.orig/docs/conf.py 2022-01-26 12:30:19.794517882 +0100
+++ python-meshplex/docs/conf.py 2022-01-26 13:00:13.602679692 +0100
@@ -39,6 +39,8 @@
# "sphinx.ext.pngmath",
]
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+
# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
|