Fix documentation build for nbconvert 7.16.6 upgrade#7413
Merged
ssheorey merged 2 commits intodependabot/pip/docs/pip-1b0b9b33befrom Jan 23, 2026
Merged
Fix documentation build for nbconvert 7.16.6 upgrade#7413ssheorey merged 2 commits intodependabot/pip/docs/pip-1b0b9b33befrom
ssheorey merged 2 commits intodependabot/pip/docs/pip-1b0b9b33befrom
Conversation
|
Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes. |
Member
|
@copilot go ahead and start. |
Co-authored-by: ssheorey <41028320+ssheorey@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update nbconvert from 6.5.4 to 7.16.6 in docs
Fix documentation build for nbconvert 7.16.6 upgrade
Jan 23, 2026
Contributor
Author
ssheorey
approved these changes
Jan 23, 2026
16d1fdf
into
dependabot/pip/docs/pip-1b0b9b33be
29 of 36 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type
Motivation and Context
The nbconvert 6.5.4 → 7.16.6 upgrade introduced two dependency conflicts preventing documentation builds:
bleach[css](required by nbconvert 7.x) needstinycss2but wasn't declaredm2r2requiresmistune==0.8.4while nbconvert 7.x requiresmistune>=2.0.3,<4Checklist:
python util/check_style.py --applyto apply Open3D code style to my code.Description
Dependencies (
docs/requirements.txt):tinycss2>=1.1.0,<1.5(required bybleach[css])m2r2==0.3.3.post2withmyst-parser==2.0.0(actively maintained, compatible with mistune 2.x+)Sphinx configuration (
docs/conf.py):m2r2extension withmyst_parserRST includes (
docs/introduction.rst,docs/tutorial/visualization/tensorboard_plugin.rst):.. mdinclude::to.. include::with:parser: myst_parser.sphinx_directivemyst-parser is the modern successor to m2r2 for Markdown→RST conversion in Sphinx.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.