Skip to content

Commit

Permalink
Release 0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Apr 29, 2021
1 parent 0c3ab57 commit f90f6be
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -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+)

Expand Down
2 changes: 1 addition & 1 deletion src/nbsphinx.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
https://nbsphinx.readthedocs.io/
"""
__version__ = '0.8.3'
__version__ = '0.8.4'

import collections.abc
import copy
Expand Down

0 comments on commit f90f6be

Please sign in to comment.