We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ee3995 commit fe3f1c1Copy full SHA for fe3f1c1
NEWS.rst
@@ -1,3 +1,9 @@
1
+Version 0.8.11 -- 2022-12-29 -- PyPI__ -- diff__
2
+ * LaTeX: apply code cell border style to all code blocks
3
+
4
+__ https://pypi.org/project/nbsphinx/0.8.11/
5
+__ https://github.com/spatialaudio/nbsphinx/compare/0.8.10...0.8.11
6
7
Version 0.8.10 -- 2022-11-13 -- PyPI__ -- diff__
8
* Fix handling of ``source_suffix``
9
* A few LaTeX fixes
src/nbsphinx.py
@@ -23,7 +23,7 @@
23
https://nbsphinx.readthedocs.io/
24
25
"""
26
-__version__ = '0.8.10'
+__version__ = '0.8.11'
27
28
import collections.abc
29
import copy
0 commit comments