Skip to content

Releases: spatialaudio/nbsphinx

nbsphinx 0.9.4

06 May 19:32
Compare
Choose a tag to compare

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

  • Require docutils >= 0.18.1
  • Minor fixes, documentation and CI updates

nbsphinx 0.9.3

27 Aug 10:59
Compare
Choose a tag to compare

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

  • Fix gallery regression in Sphinx 7.2

nbsphinx 0.9.2

24 May 20:55
Compare
Choose a tag to compare

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

  • Improve support for sphinx_immaterial theme
  • Improve support for links starting with #
  • Add support for in-text citations
  • LaTeX: Add support for admonition titles

nbsphinx 0.9.1

14 Mar 18:12
Compare
Choose a tag to compare

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

  • pandoc: disable "smart" option only for version 2.0+

nbsphinx 0.9.0

12 Mar 16:17
Compare
Choose a tag to compare

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

  • Split nbsphinx.py (a Python module) into:

    • nbsphinx/__init__.py (a Python package)
    • A standalone CSS file nbsphinx-code-cells.css_t
    • LaTeX style file nbsphinx.sty
  • Add custom HTML/CSS for thumbnail galleries

    • Separate CSS file nbsphinx-gallery.css
    • The CSS from Sphinx Gallery ('sphinx_gallery.load_style')
      cannot be used anymore
  • Use the last image in a notebook as the default thumbnail

nbsphinx 0.8.12

19 Jan 20:04
Compare
Choose a tag to compare

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

  • Implement "link" galleries (without nested sub-documents)

nbsphinx 0.8.11

29 Dec 15:57
Compare
Choose a tag to compare

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

  • LaTeX: apply code cell border style to all code blocks

nbsphinx 0.8.10

13 Nov 16:56
Compare
Choose a tag to compare

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

  • Fix handling of source_suffix
  • A few LaTeX fixes

nbsphinx 0.8.9

04 Jun 18:30
Compare
Choose a tag to compare

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

  • CSS: support tables in widgets
  • Avoid empty "raw" directive

nbsphinx 0.8.8

31 Dec 12:28
Compare
Choose a tag to compare

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

  • Support for the sphinx_codeautolink extension
  • Basic support for the text builder