Skip to content

Commit f38360c

Browse files
dependabot[bot]Copilotssheorey
authored
Bump nbconvert from 6.5.4 to 7.16.6 in /docs in the pip group across 1 directory (#7394)
- Updates `nbconvert` from 6.5.4 to 7.16.6 - Added tinycss2 for bleach[css] - Replaced m2r2 with myst-parser to fix mistune version conflict --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <[email protected]> Co-authored-by: ssheorey <[email protected]>
1 parent 8876072 commit f38360c

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def get_git_short_hash():
7070
"sphinx_tabs.tabs",
7171
"sphinx_copybutton",
7272
"nbsphinx",
73-
"m2r2",
73+
"myst_parser",
7474
]
7575

7676
if os.environ.get("skip_notebooks", "false") == "true":

docs/introduction.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
Introduction
44
~~~~~~~~~~~~
55

6-
.. mdinclude:: ../README.md
6+
.. include:: ../README.md
7+
:parser: myst_parser.sphinx_

docs/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
docutils==0.20.1
22
furo==2023.9.10
33
jinja2>=3.1.6
4-
m2r2==0.3.3.post2
4+
myst-parser==2.0.0
55
matplotlib==3.7.3
66
nbsphinx==0.9.3
77
sphinx==7.1.2
88
sphinx-tabs==3.4.7
99
sphinx-copybutton==0.5.2
10-
nbconvert==6.5.4
10+
nbconvert==7.16.6
11+
tinycss2>=1.1.0,<1.5
1112
lxml==5.2.1
1213
lxml_html_clean==0.4.0
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.. _tensorboard_plugin:
22

3-
.. mdinclude:: ../../tensorboard.md
3+
.. include:: ../../tensorboard.md
4+
:parser: myst_parser.sphinx_

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = [
33
"ipywidgets>=8.0.4",
44
"pygments>=2.7.4",
55
"jupyter_packaging~=0.12",
6-
"jupyterlab>=3.0.0,==3.*",
6+
"jupyterlab==4.*",
77
"setuptools>=67.3.2",
88
"wheel==0.38.4",
99
]

python/requirements_jupyter_build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pywinpty==2.0.2; sys_platform=='win32' and python_version=='3.6'
22
ipywidgets>=8.0.4
33
pygments>=2.7.4
44
jupyter_packaging~=0.12
5-
jupyterlab>=3.0.0,==3.*
5+
jupyterlab==4.*

0 commit comments

Comments
 (0)