Skip to content

Commit ec0cb5d

Browse files
replace nbsphinx with myst-nb (#4200)
1 parent 3e5401b commit ec0cb5d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
- fire
3030
- fsspec
3131
- gdal >=3.9.0
32-
- ipython <9.0 # github.com/ESMValGroup/ESMValCore/issues/2680 ; remove ipython when solved
32+
- ipython
3333
- iris >=3.11
3434
- iris-esmf-regrid >=0.10.0 # github.com/SciTools-incubator/iris-esmf-regrid/pull/342
3535
- jinja2
@@ -79,7 +79,7 @@ dependencies:
7979
- pytest-xdist
8080
# Python packages needed for building docs
8181
- autodocsumm >=0.2.2
82-
- nbsphinx
82+
- myst-nb
8383
- sphinx >=6.1.3
8484
- pydata-sphinx-theme
8585
# Python packages needed for development

environment_osx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies:
2929
- fire
3030
- fsspec
3131
- gdal >=3.9.0
32-
- ipython <9.0 # github.com/ESMValGroup/ESMValCore/issues/2680 ; remove ipython when solved
32+
- ipython
3333
- iris >=3.11
3434
- iris-esmf-regrid >=0.10.0 # github.com/SciTools-incubator/iris-esmf-regrid/pull/342
3535
- jinja2
@@ -79,7 +79,7 @@ dependencies:
7979
- pytest-xdist
8080
# Python packages needed for building docs
8181
- autodocsumm >=0.2.2
82-
- nbsphinx
82+
- myst-nb
8383
- sphinx >=6.1.3
8484
- pydata-sphinx-theme
8585
# Python packages needed for development

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies = [
5252
"fire",
5353
"fsspec",
5454
"GDAL",
55-
"ipython<9.0", # github.com/ESMValGroup/ESMValCore/issues/2680
55+
"ipython",
5656
"jinja2",
5757
"joblib",
5858
"lime",
@@ -106,7 +106,7 @@ test = [
106106
]
107107
doc = [
108108
"autodocsumm>=0.2.2",
109-
"nbsphinx",
109+
"myst-nb",
110110
"sphinx>=6.1.3",
111111
"pydata_sphinx_theme",
112112
]

0 commit comments

Comments
 (0)