Use local requirejs/mathjax
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Tue, 14 Feb 2023 22:28:59 +0000 (22:28 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Tue, 14 Feb 2023 22:28:59 +0000 (22:28 +0000)
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: not-needed

Gbp-Pq: Name sphinx_local_requirejs.patch

docs/source/conf.py

index fd2fdae67488fb60a880c1c08f7e4e12518724a1..2394862278a79e38b912f316f9887564b1cb4d9f 100644 (file)
@@ -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']