Use local requirejs/mathjax
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Sun, 1 Sep 2024 10:18:24 +0000 (11:18 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Sun, 1 Sep 2024 10:18:24 +0000 (11:18 +0100)
Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Forwarded: not-needed

Gbp-Pq: Name sphinx_local_requirejs.patch

docs/source/conf.py

index 345d3b8ed544c67c4c3579f0a491a6ae211ab403..87251aaf6684f90d1def9e2fa58962f5abe78bd6 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']