Skip to content

Releases: spatialaudio/nbsphinx

nbsphinx 0.8.0

20 Oct 10:38
Compare
Choose a tag to compare

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, 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+

nbsphinx 0.7.1

16 Jun 17:36
Compare
Choose a tag to compare

nbsphinx 0.7.0

08 May 11:47
Compare
Choose a tag to compare

https://pypi.org/project/nbsphinx/0.7.0/

  • Warnings can be suppressed with suppress_warnings.
  • <img> tags are handled in Markdown cells; the alt, width,
    height and class 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

18 Apr 15:52
Compare
Choose a tag to compare

https://pypi.org/project/nbsphinx/0.6.1/

  • .ipynb_checkpoints is automatically added to exclude_patterns

nbsphinx 0.6.0

03 Apr 13:21
Compare
Choose a tag to compare

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

28 Jan 10:06
Compare
Choose a tag to compare

https://pypi.org/project/nbsphinx/0.5.1/

nbsphinx 0.5.0

20 Nov 10:50
Compare
Choose a tag to compare

https://pypi.org/project/nbsphinx/0.5.0/

  • Automatic support for Jupyter widgets, customizable with nbsphinx_widgets_path (and nbsphinx_widgets_options)

nbsphinx 0.4.3

30 Sep 13:48
Compare
Choose a tag to compare

https://pypi.org/project/nbsphinx/0.4.3/

  • Add option nbsphinx_requirejs_path (and nbsphinx_requirejs_options)

nbsphinx 0.4.2

15 Jan 09:53
Compare
Choose a tag to compare

https://pypi.org/project/nbsphinx/0.4.2/

  • Re-establish Python 2 compatibility (but the clock is ticking ...)

nbsphinx 0.4.1

16 Dec 14:26
Compare
Choose a tag to compare