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 24e25bd commit b6d43c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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
1 change: 1 addition & 0 deletions tests/test_execute.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from sphinx.addnodes import download_reference
from sphinx.errors import ExtensionError
from sphinx.testing.util import SphinxTestApp, assert_node

try:
from sphinx.testing.util import path
except ImportError:
Expand Down

0 comments on commit b6d43c7

Please sign in to comment.