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 af0537d commit 5a2bac1Copy full SHA for 5a2bac1
NEWS.rst
@@ -1,3 +1,8 @@
1
+Version 0.5.1 (2020-01-28):
2
+ * This will be the last release supporting Python 2.x!
3
+ * Support for https://github.com/choldgraf/sphinx-copybutton
4
+ * Executed notebooks are now saved in the HTML output directory
5
+
6
Version 0.5.0 (2019-11-20):
7
* Automatic support for Jupyter widgets, customizable with
8
``nbsphinx_widgets_path`` (and ``nbsphinx_widgets_options``)
src/nbsphinx.py
@@ -23,7 +23,7 @@
23
https://nbsphinx.readthedocs.io/
24
25
"""
26
-__version__ = '0.5.0'
+__version__ = '0.5.1'
27
28
import copy
29
import json
0 commit comments