Skip to content

Commit 71a12c6

Browse files
committed
Release 0.9.0
1 parent 9fd867f commit 71a12c6

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

NEWS.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
Version 0.9.0 -- 2023-03-12 -- PyPI__ -- diff__
2+
* Split ``nbsphinx.py`` (a Python *module*) into:
3+
4+
* ``nbsphinx/__init__.py`` (a Python *package*)
5+
* A standalone CSS file ``nbsphinx-code-cells.css_t``
6+
* LaTeX style file ``nbsphinx.sty``
7+
8+
* Add custom HTML/CSS for thumbnail galleries
9+
10+
* Separate CSS file ``nbsphinx-gallery.css``
11+
* The CSS from Sphinx Gallery (``'sphinx_gallery.load_style'``)
12+
cannot be used anymore
13+
14+
* Use the last image in a notebook as the default thumbnail
15+
16+
__ https://pypi.org/project/nbsphinx/0.9.0/
17+
__ https://github.com/spatialaudio/nbsphinx/compare/0.8.12...0.9.0
18+
119
Version 0.8.12 -- 2023-01-19 -- PyPI__ -- diff__
220
* Implement "link" galleries (without nested sub-documents)
321

src/nbsphinx/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
https://nbsphinx.readthedocs.io/
44
55
"""
6-
__version__ = '0.8.12'
6+
__version__ = '0.9.0'
77

88
import collections.abc
99
import copy

0 commit comments

Comments
 (0)