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 3d648cc commit f572870Copy full SHA for f572870
NEWS.rst
@@ -1,3 +1,9 @@
1
+Version 0.9.3 -- 2023-08-27 -- PyPI__ -- diff__
2
+ * Fix gallery regression in Sphinx 7.2
3
+
4
+__ https://pypi.org/project/nbsphinx/0.9.3/
5
+__ https://github.com/spatialaudio/nbsphinx/compare/0.9.2...0.9.3
6
7
Version 0.9.2 -- 2023-05-24 -- PyPI__ -- diff__
8
* Improve support for ``sphinx_immaterial`` theme
9
* Improve support for links starting with ``#``
src/nbsphinx/__init__.py
@@ -3,7 +3,7 @@
https://nbsphinx.readthedocs.io/
"""
-__version__ = '0.9.2'
+__version__ = '0.9.3'
import collections.abc
import copy
0 commit comments