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 20b0f8c commit 20f5502Copy full SHA for 20f5502
NEWS.rst
@@ -1,3 +1,6 @@
1
+Version 0.2.4 (2016-02-12):
2
+ * Support for "nbsphinx-toctree" cell metadata
3
+
4
Version 0.2.3 (2016-01-22):
5
* Links from notebooks to local files can now be used
6
nbsphinx.py
@@ -23,7 +23,7 @@
23
http://nbsphinx.rtfd.org/
24
25
"""
26
-__version__ = '0.2.3'
+__version__ = '0.2.4'
27
28
import docutils
29
from docutils.parsers import rst
0 commit comments