From 0497404fd008d39c46baba10ae64305772ef5e89 Mon Sep 17 00:00:00 2001 From: Antonio Valentino Date: Thu, 29 Jun 2017 05:31:26 +0000 Subject: [PATCH] use local mathjax Gbp-Pq: Name 0003-use-local-mathjax.patch --- doc/source/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index c72e5ea..90c880d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -262,3 +262,6 @@ extlinks = { 'issue': ('https://github.com/PyTables/PyTables/issues/%s', 'gh-'), 'irc': ('http://pytables.github.io/irc/%s.html', ''), } + +mathjax_path='file:///usr/share/javascript/mathjax/MathJax.js' + -- 2.30.2