We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687efe8 commit 07453d6Copy full SHA for 07453d6
doc/source/index.rst
@@ -90,7 +90,7 @@ LaTeX output:
90
.. jupyter-execute::
91
92
from IPython.display import Latex
93
- Latex('\int_{-\infty}^\infty e^{-x²}dx = \sqrt{\pi}')
+ Latex('\\int_{-\infty}^\infty e^{-x²}dx = \sqrt{\pi}')
94
95
or even full-blown javascript widgets:
96
requirements.txt
@@ -1,4 +1,4 @@
1
-sphinx>=7.2
+sphinx>=7.0
2
ipykernel>=4.5.1
3
ipywidgets>=7.0.0
4
IPython
setup.py
@@ -29,7 +29,7 @@
29
license="BSD",
30
packages=["jupyter_sphinx"],
31
install_requires=[
32
- "Sphinx>=7.2",
+ "Sphinx>=7",
33
"ipykernel>=4.5.1",
34
"ipywidgets>=7.0.0",
35
"IPython",
0 commit comments