From: Antonio Valentino Date: Thu, 29 Jun 2017 05:31:26 +0000 (+0000) Subject: use local mathjax X-Git-Tag: archive/raspbian/3.10.2-1+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dc0c91c56cc99a5c56a0617bd3732a0ba6d24209;p=pytables.git use local mathjax Forwarded: not-needed Gbp-Pq: Name 0002-use-local-mathjax.patch --- diff --git a/doc/source/conf.py b/doc/source/conf.py index 34445da..f7c7bb7 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -128,3 +128,7 @@ extlinks = { autodoc_member_order = "groupwise" autoclass_content = "class" autosummary_generate = [] + +# -- Options for mathjax ----------------------------------------------------- +mathjax_path='file:///usr/share/javascript/mathjax/MathJax.js' +