Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Dec 5, 2023
1 parent 687efe8 commit 07453d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ LaTeX output:
.. jupyter-execute::

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

or even full-blown javascript widgets:

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx>=7.2
sphinx>=7.0
ipykernel>=4.5.1
ipywidgets>=7.0.0
IPython
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
license="BSD",
packages=["jupyter_sphinx"],
install_requires=[
"Sphinx>=7.2",
"Sphinx>=7",
"ipykernel>=4.5.1",
"ipywidgets>=7.0.0",
"IPython",
Expand Down

0 comments on commit 07453d6

Please sign in to comment.