From: Debian Science Maintainers Date: Sat, 19 Aug 2023 20:59:16 +0000 (+0100) Subject: Use local requirejs/mathjax X-Git-Tag: archive/raspbian/0.14.0+dfsg-5+rpi1^2^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8249f8b0d977381542a4e91bd293cda476281d5a;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 a3caf54..866b75f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -67,6 +67,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']