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 ec69f50 commit c1b7912Copy full SHA for c1b7912
NEWS.rst
@@ -1,3 +1,7 @@
1
+Version 0.2.8 (2016-05-20):
2
+ * Add options ``nbsphinx_execute`` and ``nbsphinx_execute_arguments``
3
+ * Separate "display priority" for HTML and LaTeX
4
+
5
Version 0.2.7 (2016-05-04):
6
* Special CSS tuning for ``sphinx_rtd_theme``
7
* Replace info/warning ``<div>`` elements with ``nbinfo``/``nbwarning``
nbsphinx.py
@@ -23,7 +23,7 @@
23
http://nbsphinx.rtfd.org/
24
25
"""
26
-__version__ = '0.2.7'
+__version__ = '0.2.8'
27
28
import copy
29
import docutils
0 commit comments