From: Antonio Valentino Date: Thu, 29 Jun 2017 05:31:26 +0000 (+0000) Subject: use local mathjax X-Git-Tag: archive/raspbian/3.11.0-3+rpi1~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b9b8f60ed0b433e23d779608acbb59c7188da603;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' +