Skip to content

Commit

Permalink
Release 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed May 12, 2021
1 parent 80103c5 commit ece0867
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.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
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.4'
__version__ = '0.8.5'

import collections.abc
import copy
Expand Down

0 comments on commit ece0867

Please sign in to comment.