1 2 3 4 5 6 7 8 9 10 11 12 13
|
Index: mdanalysis/package/doc/sphinx/source/conf.py
===================================================================
--- mdanalysis.orig/package/doc/sphinx/source/conf.py 2025-04-05 17:14:12.552042298 +0200
+++ mdanalysis/package/doc/sphinx/source/conf.py 2025-04-05 17:14:32.580209822 +0200
@@ -70,7 +70,7 @@
register_plugin("pybtex.style.labels", "keylabel", KeyLabelStyle)
register_plugin("pybtex.style.formatting", "MDA", KeyStyle)
-mathjax_path = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML"
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
# for sitemap with https://github.com/jdillard/sphinx-sitemap
# This sitemap is correct both for the development and release docs, which
|