summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2021-09-04 10:25:10 +0200
committerDrew Parsons <dparsons@debian.org>2023-06-18 01:59:46 +0200
commit7eccb5be7acacce93d03e2c7ce777387c5410064 (patch)
tree68298f24e4174f8630205483f62b42e50268d967
parentac03b81dbfee113669bab026b4d3eac2ea368038 (diff)
jupyter_sphinx is not yet working on Debian
Gbp-Pq: Name 0004-jupyter_sphinx-is-not-yet-working-on-Debian.patch
-rw-r--r--doc/sphinx/ext_mathjax.py2
1 files changed, 1 insertions, 1 deletions
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']