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

package info (click to toggle)
lmfit-py 1.3.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,332 kB
  • sloc: python: 13,071; makefile: 130; sh: 30
file content (19 lines) | stat: -rw-r--r-- 710 bytes parent folder | download | duplicates (2)
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']