summaryrefslogtreecommitdiff
path: root/debian/patches/0004-jupyter_sphinx-is-not-yet-working-on-Debian.patch
blob: c99c82c56769fce87f6a9290758b66f9b7967bbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca@debian.org>
Date: Sat, 4 Sep 2021 10:25:10 +0200
Subject: jupyter_sphinx is not yet working on Debian

---
 doc/sphinx/ext_mathjax.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/sphinx/ext_mathjax.py b/doc/sphinx/ext_mathjax.py
index bd91142..2dee811 100644
--- a/doc/sphinx/ext_mathjax.py
+++ b/doc/sphinx/ext_mathjax.py
@@ -7,5 +7,5 @@ extensions = ['sphinx.ext.autodoc',
               'sphinx.ext.napoleon',
               'sphinx.ext.todo',
               'IPython.sphinxext.ipython_console_highlighting',
-              'jupyter_sphinx',
+#              'jupyter_sphinx',
               'sphinx_gallery.gen_gallery']