From 960503bad5bfd3941e489f05ec58cfcf513c22be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 22:40:15 +0000 Subject: [PATCH 1/2] Bump nbconvert in /docs in the pip group across 1 directory Bumps the pip group with 1 update in the /docs directory: [nbconvert](https://github.com/jupyter/nbconvert). Updates `nbconvert` from 6.5.4 to 7.16.6 - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/nbconvert/commits/v7.16.6) --- updated-dependencies: - dependency-name: nbconvert dependency-version: 7.16.6 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- python/pyproject.toml | 2 +- python/requirements_jupyter_build.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 51e7cdc206a..e81266870b3 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -7,6 +7,6 @@ nbsphinx==0.9.3 sphinx==7.1.2 sphinx-tabs==3.4.7 sphinx-copybutton==0.5.2 -nbconvert==6.5.4 +nbconvert==7.16.6 lxml==5.2.1 lxml_html_clean==0.4.0 diff --git a/python/pyproject.toml b/python/pyproject.toml index a57218b3de4..35081f1c76b 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "ipywidgets>=8.0.4", "pygments>=2.7.4", "jupyter_packaging~=0.12", - "jupyterlab>=3.0.0,==3.*", + "jupyterlab==4.*", "setuptools>=67.3.2", "wheel==0.38.4", ] diff --git a/python/requirements_jupyter_build.txt b/python/requirements_jupyter_build.txt index 492acf451d4..8b78b7a7898 100644 --- a/python/requirements_jupyter_build.txt +++ b/python/requirements_jupyter_build.txt @@ -2,4 +2,4 @@ pywinpty==2.0.2; sys_platform=='win32' and python_version=='3.6' ipywidgets>=8.0.4 pygments>=2.7.4 jupyter_packaging~=0.12 -jupyterlab>=3.0.0,==3.* +jupyterlab==4.* From 16d1fdfd9f58db8b21f19d6123e7a5c3d0cd5064 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Fri, 23 Jan 2026 10:19:17 -0800 Subject: [PATCH 2/2] Fix documentation build for nbconvert 7.16.6 upgrade (#7413) * Initial plan * Update dependencies for nbconvert 7.16.6 compatibility Co-authored-by: ssheorey <41028320+ssheorey@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: ssheorey <41028320+ssheorey@users.noreply.github.com> --- docs/conf.py | 2 +- docs/introduction.rst | 3 ++- docs/requirements.txt | 3 ++- docs/tutorial/visualization/tensorboard_plugin.rst | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index bda2ad55046..0d482d48b04 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,7 +70,7 @@ def get_git_short_hash(): "sphinx_tabs.tabs", "sphinx_copybutton", "nbsphinx", - "m2r2", + "myst_parser", ] if os.environ.get("skip_notebooks", "false") == "true": diff --git a/docs/introduction.rst b/docs/introduction.rst index 0b5112e6bb8..92dfcc9fa48 100644 --- a/docs/introduction.rst +++ b/docs/introduction.rst @@ -3,4 +3,5 @@ Introduction ~~~~~~~~~~~~ -.. mdinclude:: ../README.md +.. include:: ../README.md + :parser: myst_parser.sphinx_ diff --git a/docs/requirements.txt b/docs/requirements.txt index e81266870b3..4b0d9f26d0f 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,12 +1,13 @@ docutils==0.20.1 furo==2023.9.10 jinja2>=3.1.6 -m2r2==0.3.3.post2 +myst-parser==2.0.0 matplotlib==3.7.3 nbsphinx==0.9.3 sphinx==7.1.2 sphinx-tabs==3.4.7 sphinx-copybutton==0.5.2 nbconvert==7.16.6 +tinycss2>=1.1.0,<1.5 lxml==5.2.1 lxml_html_clean==0.4.0 diff --git a/docs/tutorial/visualization/tensorboard_plugin.rst b/docs/tutorial/visualization/tensorboard_plugin.rst index bd0108fb48c..c192fe1a3e9 100644 --- a/docs/tutorial/visualization/tensorboard_plugin.rst +++ b/docs/tutorial/visualization/tensorboard_plugin.rst @@ -1,3 +1,4 @@ .. _tensorboard_plugin: -.. mdinclude:: ../../tensorboard.md +.. include:: ../../tensorboard.md + :parser: myst_parser.sphinx_