File: jupyter_sphinx-is-not-yet-working-on-Debian.patch

package info (click to toggle)
lmfit-py 1.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,196 kB
  • sloc: python: 13,150; makefile: 125; sh: 30
file content (17 lines) | stat: -rw-r--r-- 577 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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(-)

--- a/doc/sphinx/ext_mathjax.py
+++ b/doc/sphinx/ext_mathjax.py
@@ -7,5 +7,5 @@
               'sphinx.ext.napoleon',
               'sphinx.ext.todo',
               'IPython.sphinxext.ipython_console_highlighting',
-              'jupyter_sphinx',
+#              'jupyter_sphinx',
               'sphinx_gallery.gen_gallery']