1 2 3 4 5 6 7 8 9 10 11 12 13
|
Index: mdtraj/docs/conf.py
===================================================================
--- mdtraj.orig/docs/conf.py 2022-01-01 19:00:58.000000000 +0100
+++ mdtraj/docs/conf.py 2022-01-01 19:02:55.843114013 +0100
@@ -26,6 +26,8 @@
# If your documentation needs a minimal Sphinx version, state it here.
# needs_sphinx = '1.0'
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
|