diff --git a/NEWS.rst b/NEWS.rst index f2e63bf0..8308a5d9 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,11 @@ +Version 0.8.5 -- 2021-05-12 -- PyPI__ -- diff__ + * Freeze Jinja2 version to 2.11 (for now, until a bugfix is found) + * Add ``theme_comparison.py`` tool for creating multiple versions + (with different HTML themes) of the docs at once + +__ https://pypi.org/project/nbsphinx/0.8.5/ +__ https://github.com/spatialaudio/nbsphinx/compare/0.8.4...0.8.5 + Version 0.8.4 -- 2021-04-29 -- PyPI__ -- diff__ * Support for ``mathjax3_config`` (for Sphinx >= 4) * Force loading MathJax on HTML pages generated from notebooks diff --git a/src/nbsphinx.py b/src/nbsphinx.py index 6171dd02..00d85128 100644 --- a/src/nbsphinx.py +++ b/src/nbsphinx.py @@ -23,7 +23,7 @@ https://nbsphinx.readthedocs.io/ """ -__version__ = '0.8.4' +__version__ = '0.8.5' import collections.abc import copy