From 15742f04e7562a04f036f777072ae88c14546aa6 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Fri, 8 May 2020 13:44:25 +0200 Subject: [PATCH] Release 0.7.0 --- NEWS.rst | 8 ++++++++ src/nbsphinx.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index b40b8b74..c6130bd6 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,11 @@ +Version 0.7.0 (2020-05-08): + * Warnings can be suppressed with ``suppress_warnings``. + * ```` tags are handled in Markdown cells; the ``alt``, ``width``, + ``height`` and ``class`` attributes are supported. + * CSS: prompts protrude into left margin if ``nbsphinx_prompt_width`` is + too small. If you want to hide the prompts, use `custom CSS`__. + + __ https://nbsphinx.readthedocs.io/en/0.7.0/custom-css.html Version 0.6.1 (2020-04-18): * ``.ipynb_checkpoints`` is automatically added to ``exclude_patterns`` diff --git a/src/nbsphinx.py b/src/nbsphinx.py index dc683484..5ba9ca1b 100644 --- a/src/nbsphinx.py +++ b/src/nbsphinx.py @@ -23,7 +23,7 @@ https://nbsphinx.readthedocs.io/ """ -__version__ = '0.6.1' +__version__ = '0.7.0' import collections.abc import copy