File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 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+
19Version 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
Original file line number Diff line number Diff line change 2323https://nbsphinx.readthedocs.io/
2424
2525"""
26- __version__ = '0.8.4 '
26+ __version__ = '0.8.5 '
2727
2828import collections .abc
2929import copy
You can’t perform that action at this time.
0 commit comments