Skip to content

Commit ece0867

Browse files
committed
Release 0.8.5
1 parent 80103c5 commit ece0867

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 0.8.5 -- 2021-05-12 -- PyPI__ -- diff__
2+
* Freeze Jinja2 version to 2.11 (for now, until a bugfix is found)
3+
* Add ``theme_comparison.py`` tool for creating multiple versions
4+
(with different HTML themes) of the docs at once
5+
6+
__ https://pypi.org/project/nbsphinx/0.8.5/
7+
__ https://github.com/spatialaudio/nbsphinx/compare/0.8.4...0.8.5
8+
19
Version 0.8.4 -- 2021-04-29 -- PyPI__ -- diff__
210
* Support for ``mathjax3_config`` (for Sphinx >= 4)
311
* Force loading MathJax on HTML pages generated from notebooks

src/nbsphinx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
https://nbsphinx.readthedocs.io/
2424
2525
"""
26-
__version__ = '0.8.4'
26+
__version__ = '0.8.5'
2727

2828
import collections.abc
2929
import copy

0 commit comments

Comments
 (0)