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 cc1981a commit b59d3a5Copy full SHA for b59d3a5
NEWS.rst
@@ -1,3 +1,9 @@
1
+Version 0.9.7 -- 2025-03-03 -- PyPI__ -- diff__
2
+ * Disable Sphinx 8.2+ (for now)
3
+
4
+__ https://pypi.org/project/nbsphinx/0.9.7/
5
+__ https://github.com/spatialaudio/nbsphinx/compare/0.9.6...0.9.7
6
7
Version 0.9.6 -- 2024-12-24 -- PyPI__ -- diff__
8
* Markdown: allow lists without leading blank line
9
src/nbsphinx/__init__.py
@@ -3,7 +3,7 @@
https://nbsphinx.readthedocs.io/
"""
-__version__ = '0.9.6'
+__version__ = '0.9.7'
import collections.abc
import copy
0 commit comments