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 915e8e3 commit 1d3680bCopy full SHA for 1d3680b
NEWS.rst
@@ -1,3 +1,7 @@
1
+Version 0.2.6 (2016-04-12):
2
+ * Support for LaTeX math environments in Markdown cells
3
+ * Add options ``nbsphinx_timeout`` and ``nbsphinx_codecell_lexer``
4
+
5
Version 0.2.5 (2016-03-15):
6
* Add option ``nbsphinx_allow_errors`` to globally ignore exceptions
7
* Separate class `nbsphinx.Exporter`
nbsphinx.py
@@ -23,7 +23,7 @@
23
http://nbsphinx.rtfd.org/
24
25
"""
26
-__version__ = '0.2.5'
+__version__ = '0.2.6'
27
28
import copy
29
import docutils
0 commit comments