From: Michael Fladischer <FladischerMichael@fladi.at>
Date: Sat, 5 Aug 2023 14:38:00 +0000
Subject: Use local installation of MathJax.

---
 docs/source/conf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 955c6ef..c85e72f 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -299,3 +299,5 @@ texinfo_documents = [
 
 # How to display URL addresses: 'footnote', 'no', or 'inline'.
 # texinfo_show_urls = 'footnote'
+
+mathjax_path = "/usr/share/javascript/mathjax/MathJax.js"
