|
| 1 | +Index: jupyter-sphinx-0.4.0/requirements.txt |
| 2 | +=================================================================== |
| 3 | +--- jupyter-sphinx-0.4.0.orig/requirements.txt |
| 4 | ++++ jupyter-sphinx-0.4.0/requirements.txt |
| 5 | +@@ -1,4 +1,4 @@ |
| 6 | +-sphinx>=2.4.4 |
| 7 | ++sphinx>=7.2 |
| 8 | + ipykernel>=4.5.1 |
| 9 | + ipywidgets>=7.0.0 |
| 10 | + IPython |
| 11 | +Index: jupyter-sphinx-0.4.0/setup.py |
| 12 | +=================================================================== |
| 13 | +--- jupyter-sphinx-0.4.0.orig/setup.py |
| 14 | ++++ jupyter-sphinx-0.4.0/setup.py |
| 15 | +@@ -29,13 +29,13 @@ setup( |
| 16 | + license="BSD", |
| 17 | + packages=["jupyter_sphinx"], |
| 18 | + install_requires=[ |
| 19 | +- "Sphinx>=2", |
| 20 | ++ "Sphinx>=7.2", |
| 21 | + "ipykernel>=4.5.1", |
| 22 | + "ipywidgets>=7.0.0", |
| 23 | + "IPython", |
| 24 | + "nbconvert>=5.5", |
| 25 | + "nbformat", |
| 26 | + ], |
| 27 | +- python_requires=">= 3.6", |
| 28 | ++ python_requires=">= 3.8", |
| 29 | + package_data={"jupyter_sphinx": ["thebelab/*", "css/*"]}, |
| 30 | + ) |
| 31 | +Index: jupyter-sphinx-0.4.0/tests/test_execute.py |
| 32 | +=================================================================== |
| 33 | +--- jupyter-sphinx-0.4.0.orig/tests/test_execute.py |
| 34 | ++++ jupyter-sphinx-0.4.0/tests/test_execute.py |
| 35 | +@@ -12,7 +12,7 @@ from docutils.nodes import container, im |
| 36 | + from nbformat import from_dict |
| 37 | + from sphinx.addnodes import download_reference |
| 38 | + from sphinx.errors import ExtensionError |
| 39 | +-from sphinx.testing.util import SphinxTestApp, assert_node, path |
| 40 | ++from sphinx.testing.util import SphinxTestApp, assert_node |
| 41 | + |
| 42 | + from jupyter_sphinx.ast import ( |
| 43 | + JupyterCellNode, |
| 44 | +@@ -48,7 +48,7 @@ def doctree(): |
| 45 | + |
| 46 | + warnings = StringIO() |
| 47 | + app = SphinxTestApp( |
| 48 | +- srcdir=path(src_dir.as_posix()), |
| 49 | ++ srcdir=src_dir, |
| 50 | + status=StringIO(), |
| 51 | + warning=warnings, |
| 52 | + buildername=buildername, |
| 53 | +Index: jupyter-sphinx-0.4.0/tox.ini |
| 54 | +=================================================================== |
| 55 | +--- jupyter-sphinx-0.4.0.orig/tox.ini |
| 56 | ++++ jupyter-sphinx-0.4.0/tox.ini |
| 57 | +@@ -1,9 +1,9 @@ |
| 58 | + [tox] |
| 59 | +-envlist = py36,py37 |
| 60 | ++envlist = py38,py311 |
| 61 | + |
| 62 | + [testenv] |
| 63 | + deps = |
| 64 | +- sphinx |
| 65 | ++ sphinx >= 7.2 |
| 66 | + pytest |
| 67 | + commands = |
| 68 | + pytest |
0 commit comments