Skip to content

Commit 26ba2ea

Browse files
committed
Release 0.2.7
1 parent 934e6d7 commit 26ba2ea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
Version 0.2.6 (2016-04-12):
26
* Support for LaTeX math environments in Markdown cells
37
* Add options ``nbsphinx_timeout`` and ``nbsphinx_codecell_lexer``

nbsphinx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
http://nbsphinx.rtfd.org/
2424
2525
"""
26-
__version__ = '0.2.6'
26+
__version__ = '0.2.7'
2727

2828
import copy
2929
import docutils

0 commit comments

Comments
 (0)