From 7b3484c4b3e8bd3144bc14edf3c4fc070d58996c Mon Sep 17 00:00:00 2001 From: Debian Science Maintainers Date: Thu, 5 Jan 2023 20:34:52 +0000 Subject: [PATCH] Use local requirejs/mathjax Author: Rebecca N. Palmer Forwarded: not-needed Gbp-Pq: Name sphinx_local_requirejs.patch --- docs/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 9e01cdc..fb9b461 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'] -- 2.30.2