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 934e6d7 commit 26ba2eaCopy full SHA for 26ba2ea
NEWS.rst
@@ -1,3 +1,7 @@
1
+Version 0.2.7 (2016-05-04):
2
+ * Special CSS tuning for ``sphinx_rtd_theme``
3
+ * Replace info/warning ``<div>`` elements with ``nbinfo``/``nbwarning``
4
+
5
Version 0.2.6 (2016-04-12):
6
* Support for LaTeX math environments in Markdown cells
7
* Add options ``nbsphinx_timeout`` and ``nbsphinx_codecell_lexer``
nbsphinx.py
@@ -23,7 +23,7 @@
23
http://nbsphinx.rtfd.org/
24
25
"""
26
-__version__ = '0.2.6'
+__version__ = '0.2.7'
27
28
import copy
29
import docutils
0 commit comments