Skip to content

Commit 07453d6

Browse files
committed
cleanup
1 parent 687efe8 commit 07453d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ LaTeX output:
9090
.. jupyter-execute::
9191

9292
from IPython.display import Latex
93-
Latex('\int_{-\infty}^\infty e^{-x²}dx = \sqrt{\pi}')
93+
Latex('\\int_{-\infty}^\infty e^{-x²}dx = \sqrt{\pi}')
9494

9595
or even full-blown javascript widgets:
9696

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx>=7.2
1+
sphinx>=7.0
22
ipykernel>=4.5.1
33
ipywidgets>=7.0.0
44
IPython

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
license="BSD",
3030
packages=["jupyter_sphinx"],
3131
install_requires=[
32-
"Sphinx>=7.2",
32+
"Sphinx>=7",
3333
"ipykernel>=4.5.1",
3434
"ipywidgets>=7.0.0",
3535
"IPython",

0 commit comments

Comments
 (0)