Use local requirejs/mathjax
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Wed, 30 Nov 2022 21:29:37 +0000 (21:29 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Wed, 30 Nov 2022 21:29:37 +0000 (21:29 +0000)
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: not-needed

Gbp-Pq: Name sphinx_local_requirejs.patch

docs/source/conf.py

index a58e60a414cc5b1959663216f399acf1ab57a1f0..67d933195793888fd243cb98800677b9ad3a5ea7 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']