Releases: spatialaudio/nbsphinx
Releases · spatialaudio/nbsphinx
nbsphinx 0.8.0
https://pypi.org/project/nbsphinx/0.8.0/
- Don't overwrite Pygments background in notebook code cells.
To get rid of those ugly greenish code blocks, removepygments_style = 'sphinx'
from yourconf.py
. - Switch documentation to
insipid <https://insipid-sphinx-theme.readthedocs.io/>
_ theme by default - Require Python 3.6+
nbsphinx 0.7.1
https://pypi.org/project/nbsphinx/0.7.1/
- Avoid links on scaled images
nbsphinx 0.7.0
https://pypi.org/project/nbsphinx/0.7.0/
- Warnings can be suppressed with
suppress_warnings
. <img>
tags are handled in Markdown cells; thealt
,width
,
height
andclass
attributes are supported.- CSS: prompts protrude into left margin if
nbsphinx_prompt_width
is
too small. If you want to hide the prompts, use custom CSS.
nbsphinx 0.6.1
https://pypi.org/project/nbsphinx/0.6.1/
.ipynb_checkpoints
is automatically added toexclude_patterns
nbsphinx 0.6.0
https://pypi.org/project/nbsphinx/0.6.0/
- Thumbnail galleries (inspired by https://sphinx-gallery.github.io/)
nbsphinx-toctree
as cell tag- Keyword arguments in
nbsphinx_custom_formats
- Python 2 support has been dropped
nbsphinx 0.5.1
https://pypi.org/project/nbsphinx/0.5.1/
- This will be the last release supporting Python 2.x!
- Support for https://github.com/choldgraf/sphinx-copybutton
- Executed notebooks are now saved in the HTML output directory
nbsphinx 0.5.0
https://pypi.org/project/nbsphinx/0.5.0/
- Automatic support for Jupyter widgets, customizable with
nbsphinx_widgets_path
(andnbsphinx_widgets_options
)
nbsphinx 0.4.3
https://pypi.org/project/nbsphinx/0.4.3/
- Add option
nbsphinx_requirejs_path
(andnbsphinx_requirejs_options
)
nbsphinx 0.4.2
https://pypi.org/project/nbsphinx/0.4.2/
- Re-establish Python 2 compatibility (but the clock is ticking ...)