Use local requirejs/mathjax
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Tue, 12 Dec 2023 20:07:17 +0000 (20:07 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Tue, 12 Dec 2023 20:07:17 +0000 (20:07 +0000)
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: not-needed

Gbp-Pq: Name sphinx_local_requirejs.patch

docs/source/conf.py

index a3caf54f7a38b6e1ef790b5e67109ff01a5d4f6e..866b75f95ef10050086f29ef7fb52dcbd875487c 100644 (file)
@@ -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']