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 5962650 commit 6f92f9bCopy full SHA for 6f92f9b
NEWS.rst
@@ -1,3 +1,12 @@
1
+Version 0.9.2 -- 2023-05-24 -- PyPI__ -- diff__
2
+ * Improve support for ``sphinx_immaterial`` theme
3
+ * Improve support for links starting with ``#``
4
+ * Add support for in-text citations
5
+ * LaTeX: Add support for admonition titles
6
+
7
+__ https://pypi.org/project/nbsphinx/0.9.2/
8
+__ https://github.com/spatialaudio/nbsphinx/compare/0.9.1...0.9.2
9
10
Version 0.9.1 -- 2023-03-14 -- PyPI__ -- diff__
11
* pandoc: disable "smart" option only for version 2.0+
12
src/nbsphinx/__init__.py
@@ -3,7 +3,7 @@
https://nbsphinx.readthedocs.io/
"""
-__version__ = '0.9.1'
+__version__ = '0.9.2'
import collections.abc
import copy
0 commit comments