diff --git a/NEWS.rst b/NEWS.rst index 9dff57c1..b51cdda3 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,21 @@ +Version 0.9.0 -- 2023-03-12 -- PyPI__ -- diff__ + * Split ``nbsphinx.py`` (a Python *module*) into: + + * ``nbsphinx/__init__.py`` (a Python *package*) + * A standalone CSS file ``nbsphinx-code-cells.css_t`` + * LaTeX style file ``nbsphinx.sty`` + + * Add custom HTML/CSS for thumbnail galleries + + * Separate CSS file ``nbsphinx-gallery.css`` + * The CSS from Sphinx Gallery (``'sphinx_gallery.load_style'``) + cannot be used anymore + + * Use the last image in a notebook as the default thumbnail + +__ https://pypi.org/project/nbsphinx/0.9.0/ +__ https://github.com/spatialaudio/nbsphinx/compare/0.8.12...0.9.0 + Version 0.8.12 -- 2023-01-19 -- PyPI__ -- diff__ * Implement "link" galleries (without nested sub-documents) diff --git a/src/nbsphinx/__init__.py b/src/nbsphinx/__init__.py index 795bd8fa..4c968afc 100644 --- a/src/nbsphinx/__init__.py +++ b/src/nbsphinx/__init__.py @@ -3,7 +3,7 @@ https://nbsphinx.readthedocs.io/ """ -__version__ = '0.8.12' +__version__ = '0.9.0' import collections.abc import copy