From: Dmitry Shachnev <mitya57@debian.org>
Date: Tue, 4 Feb 2020 00:12:18 +0300
Subject: Use packaged MathJax (for our own documentation)

---
 doc/conf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/conf.py b/doc/conf.py
index 16594f0..f7a9f14 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -116,6 +116,7 @@ intersphinx_mapping = {'python': ('https://docs.python.org/3/', None)}
 locale_dirs = ['locale/']
 gettext_compact = False
 
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
 
 # -- Extension interface -------------------------------------------------------
 
