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 843eae5 commit 241bdabCopy full SHA for 241bdab
NEWS.rst
@@ -1,3 +1,6 @@
1
+Version 0.2.9 (2016-07-26):
2
+ * Add option ``nbsphinx_prompt_width``
3
+
4
Version 0.2.8 (2016-05-20):
5
* Add options ``nbsphinx_execute`` and ``nbsphinx_execute_arguments``
6
* Separate "display priority" for HTML and LaTeX
nbsphinx.py
@@ -23,7 +23,7 @@
23
http://nbsphinx.rtfd.org/
24
25
"""
26
-__version__ = '0.2.8'
+__version__ = '0.2.9'
27
28
import copy
29
import docutils
0 commit comments