Skip to content

Commit b6d43c7

Browse files
committed
cleanup
1 parent 24e25bd commit b6d43c7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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

tests/test_execute.py

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from sphinx.addnodes import download_reference
1414
from sphinx.errors import ExtensionError
1515
from sphinx.testing.util import SphinxTestApp, assert_node
16+
1617
try:
1718
from sphinx.testing.util import path
1819
except ImportError:

0 commit comments

Comments
 (0)