From: Debian Science Maintainers Date: Sun, 17 Jan 2021 14:02:15 +0000 (+0000) Subject: Use local requirejs X-Git-Tag: archive/raspbian/0.12.1-2+rpi1^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ac9dbbb664c4cba16a112ae729e0a27cfb6bde81;p=statsmodels.git Use local requirejs 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 772b27e..3980a47 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="file:///usr/share/javascript/requirejs/require.min.js" +nbsphinx_requirejs_options={"crossorigin":"anonymous"} ipython_warning_is_error = False # sphinxcontrib-spelling options spelling_word_list_filename = ['spelling_wordlist.txt', 'names_wordlist.txt']