Skip to content

Commit

Permalink
Pin nbconvert (#1658)
Browse files Browse the repository at this point in the history
### What kind of change does this PR introduce?

* Pins nbconvert to prevent the documentation from failing on build.

### Does this PR introduce a breaking change?

No.

### Other information:

jupyter/nbconvert#2092
  • Loading branch information
Zeitsperre committed Feb 20, 2024
2 parents b7694af + 91d4622 commit 826e70e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
Changelog
=========

v0.48.1 (2024-02-19)
v0.48.1 (2024-02-20)
--------------------
Contributors to this version: Trevor James Smith (:user:`Zeitsperre`).

Bug fixes
^^^^^^^^^
* Fixed an issue with missing `conda` dependencies in the `xclim` documentation. (:pull:`1657`).
* Adjusted the Mastodon publishing workflow. (:pull:`1657`).
* Pinned `nbconvert` to address regressions when building the documentation. (:pull:`1657`).

v0.48.0 (2024-02-19)
--------------------
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ dependencies:
- isort ==5.13.2
- matplotlib
- mypy
- nbconvert <7.14 # Pinned due to directive errors in sphinx. See: https://github.com/jupyter/nbconvert/issues/2092
- nbqa
- nbsphinx
- nbval
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dev = [
"ipython",
"isort ==5.13.2",
"mypy",
"nbconvert",
"nbconvert <7.14", # Pinned due to directive errors in sphinx. See: https://github.com/jupyter/nbconvert/issues/2092
"nbqa",
"nbval",
"netCDF4 >=1.4",
Expand Down

0 comments on commit 826e70e

Please sign in to comment.