1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
From: Ole Streicher <olebole@debian.org>
Date: Fri, 27 Oct 2017 10:28:23 -0300
Subject: Use the packaged MathJax
---
docs/conf.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/conf.py b/docs/conf.py
index 0537845..d43c621 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -128,6 +128,8 @@ automodapi_toctreedirnm = "api"
# the __init__ docstring
autoclass_content = "both"
+mathjax_path = 'file:///usr/share/javascript/mathjax/MathJax.js?config=TeX-AMS-MML_HTMLorMML'
+
html_theme = "furo"
html_static_path = ["_static"]
html_sidebars = {}
|