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 1040d3b commit 2904072Copy full SHA for 2904072
NEWS.rst
@@ -1,7 +1,10 @@
1
+Version 0.6.1 (2020-04-18):
2
+ * ``.ipynb_checkpoints`` is automatically added to ``exclude_patterns``
3
+
4
Version 0.6.0 (2020-04-03):
5
* Thumbnail galleries (inspired by https://sphinx-gallery.github.io/)
- * `nbsphinx-toctree` as cell tag
- * Keyword arguments in `nbsphinx_custom_formats`
6
+ * ``nbsphinx-toctree`` as cell tag
7
+ * Keyword arguments in ``nbsphinx_custom_formats``
8
* Python 2 support has been dropped
9
10
Version 0.5.1 (2020-01-28):
src/nbsphinx.py
@@ -23,7 +23,7 @@
23
https://nbsphinx.readthedocs.io/
24
25
"""
26
-__version__ = '0.6.0'
+__version__ = '0.6.1'
27
28
import collections.abc
29
import copy
0 commit comments