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 155e1bc commit d28ce81Copy full SHA for d28ce81
NEWS.rst
@@ -1,3 +1,11 @@
1
+Version 0.4.0 (2018-12-14):
2
+ * Support for "data-cite" HTML tags in Markdown cells
3
+ * Add option ``nbsphinx_custom_formats``
4
+ * LaTeX macros ``\nbsphinxstartnotebook`` and ``\nbsphinxstopnotebook``
5
+ * Support for cell attachments
6
+ * Add options ``nbsphinx_input_prompt`` and ``nbsphinx_output_prompt``
7
+ * Re-design LaTeX output of code cells, fix image sizes
8
+
9
Version 0.3.5 (2018-09-10):
10
* Disable ``nbconvert`` version 5.4 to avoid
11
`issue #878 <https://github.com/jupyter/nbconvert/issues/878>`__
src/nbsphinx.py
@@ -23,7 +23,7 @@
23
http://nbsphinx.readthedocs.io/
24
25
"""
26
-__version__ = '0.3.5'
+__version__ = '0.4.0'
27
28
import copy
29
import json
0 commit comments