From: Debian Science Maintainers Date: Sun, 1 Sep 2024 10:18:24 +0000 (+0100) Subject: Use local requirejs/mathjax X-Git-Tag: archive/raspbian/0.14.2+dfsg-2+rpi1^2~17 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=85b6e0d1b31cfabde48630b89a0a745565315ec7;p=statsmodels.git Use local requirejs/mathjax Author: Rebecca N. Palmer Forwarded: not-needed Gbp-Pq: Name sphinx_local_requirejs.patch --- diff --git a/docs/source/conf.py b/docs/source/conf.py index 345d3b8..87251aa 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -66,6 +66,8 @@ else: # nbsphinx options nbsphinx_allow_errors = True +nbsphinx_requirejs_path="require.min.js" +mathjax_path="MathJax.js" ipython_warning_is_error = False # sphinxcontrib-spelling options spelling_word_list_filename = ['spelling_wordlist.txt', 'names_wordlist.txt']