Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Mar 12, 2023
1 parent 9fd867f commit 71a12c6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/nbsphinx/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
https://nbsphinx.readthedocs.io/
"""
__version__ = '0.8.12'
__version__ = '0.9.0'

import collections.abc
import copy
Expand Down

0 comments on commit 71a12c6

Please sign in to comment.