Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Oct 20, 2020
1 parent d776704 commit 98005a9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 0.8.0 -- 2020-10-20 -- PyPI__ -- diff__
* Don't overwrite Pygments background in notebook code cells.
To get rid of those ugly greenish code blocks,
remove ``pygments_style = 'sphinx'`` from your ``conf.py``.
* Switch documentation to
`insipid <https://insipid-sphinx-theme.readthedocs.io/>`_ theme by default
* Require Python 3.6+

__ https://pypi.org/project/nbsphinx/0.8.0/
__ https://github.com/spatialaudio/nbsphinx/compare/0.7.1...0.8.0

Version 0.7.1 -- 2020-06-16 -- PyPI__ -- diff__
* Avoid links on scaled images

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.7.1'
__version__ = '0.8.0'

import collections.abc
import copy
Expand Down

0 comments on commit 98005a9

Please sign in to comment.