nbsphinx

Sphinx source parser for Jupyter notebooks

MIT License

Downloads
1.3M
Stars
450
Committers
49

Bot releases are visible (Hide)

nbsphinx - nbsphinx 0.9.5 Latest Release

Published by mgeier 2 months ago

nbsphinx - nbsphinx 0.9.4

Published by mgeier 6 months ago

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

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

Published by mgeier about 1 year ago

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

  • Fix gallery regression in Sphinx 7.2
nbsphinx - nbsphinx 0.9.2

Published by mgeier over 1 year ago

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 - nbsphinx 0.9.1

Published by mgeier over 1 year ago

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

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

Published by mgeier over 1 year ago

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 - nbsphinx 0.8.12

Published by mgeier over 1 year ago

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

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

Published by mgeier almost 2 years ago

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

  • LaTeX: apply code cell border style to all code blocks
nbsphinx - nbsphinx 0.8.10

Published by mgeier almost 2 years ago

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

  • Fix handling of source_suffix
  • A few LaTeX fixes
nbsphinx - nbsphinx 0.8.9

Published by mgeier over 2 years ago

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

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

Published by mgeier almost 3 years ago

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

  • Support for the sphinx_codeautolink extension
  • Basic support for the text builder
nbsphinx - nbsphinx 0.8.7

Published by mgeier about 3 years ago

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

  • Fix assertion error in LaTeX build with Sphinx 4.1.0+
nbsphinx - nbsphinx 0.8.6

Published by mgeier over 3 years ago

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

  • Support for Jinja2 version 3
nbsphinx - nbsphinx 0.8.5

Published by mgeier over 3 years ago

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

  • Freeze Jinja2 version to 2.11 (for now, until a bugfix is found)
  • Add theme_comparison.py tool for creating multiple versions (with different HTML themes) of the docs at once
nbsphinx - nbsphinx 0.8.4

Published by mgeier over 3 years ago

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

  • Support for mathjax3_config (for Sphinx >= 4)
  • Force loading MathJax on HTML pages generated from notebooks (can be disabled with nbsphinx_assume_equations = False)
nbsphinx - nbsphinx 0.8.3

Published by mgeier over 3 years ago

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

  • Increase line_length_limit (for docutils 0.17+)
nbsphinx - nbsphinx 0.8.2

Published by mgeier over 3 years ago

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

  • Add support for data-footcite HTML attribute
  • Disable automatic highlighting in notebooks, setting highlight_language is no longer needed
nbsphinx - nbsphinx 0.8.1

Published by mgeier almost 4 years ago

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

  • Minor fixes and documentation update
nbsphinx - nbsphinx 0.8.0

Published by mgeier almost 4 years ago

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 - nbsphinx 0.7.1

Published by mgeier over 4 years ago

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

  • Avoid links on scaled images