diff --git a/NEWS.rst b/NEWS.rst index c2f10215..f2e63bf0 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,11 @@ +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 + (can be disabled with ``nbsphinx_assume_equations = False``) + +__ https://pypi.org/project/nbsphinx/0.8.4/ +__ https://github.com/spatialaudio/nbsphinx/compare/0.8.3...0.8.4 + Version 0.8.3 -- 2021-04-09 -- PyPI__ -- diff__ * Increase ``line_length_limit`` (for `docutils` 0.17+) diff --git a/src/nbsphinx.py b/src/nbsphinx.py index ccd3237d..b2cec438 100644 --- a/src/nbsphinx.py +++ b/src/nbsphinx.py @@ -23,7 +23,7 @@ https://nbsphinx.readthedocs.io/ """ -__version__ = '0.8.3' +__version__ = '0.8.4' import collections.abc import copy