Skip to content

Commit 87a407a

Browse files
authored
Require myst-nb >= 1.1.0 (#285)
Fixes issue with images rendering too large in tutorials. Close #192
1 parent df92fce commit 87a407a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{cookiecutter.project_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ doc = [
3333
"docutils>=0.8,!=0.18.*,!=0.19.*",
3434
"sphinx>=4",
3535
"sphinx-book-theme>=1.0.0",
36-
"myst-nb",
36+
"myst-nb>=1.1.0",
3737
"sphinxcontrib-bibtex>=1.0.0",
3838
"sphinx-autodoc-typehints",
3939
"sphinxext-opengraph",

0 commit comments

Comments
 (0)