1 2 3 4 5 6 7 8 9 10 11 12 13
|
Index: pymatgen/docs/apidoc/conf.py
===================================================================
--- pymatgen.orig/docs/apidoc/conf.py 2024-02-01 01:05:25.339951607 +0100
+++ pymatgen/docs/apidoc/conf.py 2024-02-01 01:05:25.339951607 +0100
@@ -49,6 +49,8 @@
exclude_dirnames = ["../**/tests*"]
autoclass_content = "both"
+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"]
|