1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Dmitry Shachnev <mitya57@debian.org>
Date: Sun, 8 Mar 2026 11:17:36 +0100
Subject: Use Debian packaged mathjax
Last-Update: 2016-01-15
Forwarded: no
---
doc/conf.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/conf.py b/doc/conf.py
index 31bca03..f73c0ea 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -39,6 +39,8 @@ def setup(app):
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', 'sphinx.ext.todo',
'sphinx.ext.coverage', 'sphinx.ext.mathjax', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode']
+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']
|