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/extensions.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: lmfit-py/doc/sphinx/ext_mathjax.py
===================================================================
--- lmfit-py.orig/doc/sphinx/ext_mathjax.py 2022-12-30 14:06:06.289278212 +0100
+++ lmfit-py/doc/sphinx/ext_mathjax.py 2022-12-30 15:03:57.948518084 +0100
@@ -7,5 +7,5 @@
'sphinx.ext.napoleon',
'sphinx.ext.todo',
'IPython.sphinxext.ipython_console_highlighting',
- 'jupyter_sphinx',
+# 'jupyter_sphinx',
'sphinx_gallery.gen_gallery']
|