You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,14 @@ readthedocs stuff gets all the shiny link goodness. Thanks!
18
18
Unreleased (aka. GitHub master)
19
19
-------------------------------
20
20
21
-
This is where each new PR to the project should add a summary of its changes,
22
-
which makes it much easier to fill in each release's changelog :)
21
+
0.5.3
22
+
-----
23
23
24
24
- Replace `template_path` with `extra_template_paths`[#1532](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1532). Nbconvert 6.0 replaced `template_path` with `extra_template_paths` (see https://nbconvert.readthedocs.io/en/latest/changelog.html#significant-changes). This change in Nbconvert 6.0 causes errors in jupyter_latex_envs and in jupyter_contrib_nbextensions (see [#1529](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/issues/1529).
25
25
- Update `install_requires` list in `setup.py` with 'nbconvert >=6.0'
26
26
- Drop support for python < 3.6
27
+
-[toc2] fix for disappearing sidebar in static html_toc export [#1548](https://github.com/ipython-contrib/jupyter_contrib_nbextensions/pull/1548)
0 commit comments