File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
19
Version 0.8.12 -- 2023-01-19 -- PyPI __ -- diff __
2
20
* Implement "link" galleries (without nested sub-documents)
3
21
Original file line number Diff line number Diff line change 3
3
https://nbsphinx.readthedocs.io/
4
4
5
5
"""
6
- __version__ = '0.8.12 '
6
+ __version__ = '0.9.0 '
7
7
8
8
import collections .abc
9
9
import copy
You can’t perform that action at this time.
0 commit comments