Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-nbsphinx-0.9.3-1.4 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-nbsphinx Distribution: openSUSE Tumbleweed
Version: 0.9.3 Vendor: openSUSE
Release: 1.4 Build date: Sun Aug 27 23:08:10 2023
Group: Unspecified Build host: reproducible
Size: 305120 Source RPM: python-nbsphinx-0.9.3-1.4.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/spatialaudio/nbsphinx/
Summary: Jupyter Notebook Tools for Sphinx
The nbsphinx package is a Sphinx extension that provides a source
parser for *.ipynb files. Custom Sphinx directives are used to show
Jupyter Notebook code cells (and of course their results) in both HTML
and LaTeX output. Un-evaluated notebooks – i.e. notebooks without
stored output cells – will be automatically executed during the Sphinx
build process.

Provides

Requires

License

MIT

Changelog

* Sun Aug 27 2023 Arun Persaud <arun@gmx.de>
  - update to version 0.9.3:
    * Fix gallery regression in Sphinx 7.2
* Fri Jun 02 2023 Ben Greiner <code@bnavigator.de>
  - Update to 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
* Sun Mar 19 2023 Ben Greiner <code@bnavigator.de>
  - Update to 0.9.1
    * pandoc: disable "smart" option only for version 2.0+
  - Version 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
* Sun Jan 22 2023 Ben Greiner <code@bnavigator.de>
  - Update to 0.8.12
    * Implement "link" galleries (without nested sub-documents)
* Sun Jan 08 2023 Ben Greiner <code@bnavigator.de>
  - Update to 0.8.11
    * LaTeX: apply code cell border style to all code blocks
  - Release 0.8.10
    * Fix handling of source_suffix
    * A few LaTeX fixes
* Fri Jun 17 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
  - Update to Version 0.8.9
    * CSS: support tables in widgets
    * Avoid empty "raw" directive
* Sun Feb 27 2022 Arun Persaud <arun@gmx.de>
  - specfile:
    * update copyright year
  - update to version 0.8.8:
    * Support for the sphinx_codeautolink extension
    * Basic support for the text builder
  - changes from version 0.8.7:
    * Fix assertion error in LaTeX build with Sphinx 4.1.0+
* Thu Jul 01 2021 Ben Greiner <code@bnavigator.de>
  - Update to Version 0.8.6
    * Support for Jinja2 version 3
  - Release 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
  - Release 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``)
  - Release 0.8.3
    * Increase ``line_length_limit`` (for `docutils` 0.17+)
  - Release 0.8.2
    * Add support for ``data-footcite`` HTML attribute
    * Disable automatic highlighting in notebooks,
    setting ``highlight_language`` is no longer needed
  - Release 0.8.1
    * Minor fixes and documentation update
* Thu Dec 17 2020 Benjamin Greiner <code@bnavigator.de>
  - Update to 0.8
    * 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 theme by default
    * Require Python 3.6+
  - The only test upstream does is to import the module and run
    sphinx on their own docs. We can't do the latter because
    we don't have all the requirements
* Tue Dec 15 2020 Benjamin Greiner <code@bnavigator.de>
  - Provide the old jupyter package name only for the primary
    Python3 interpreter -- gh#openSUSE/python-rpm-macros#66

Files

/usr/lib/python3.12/site-packages/nbsphinx
/usr/lib/python3.12/site-packages/nbsphinx-0.9.3.dist-info
/usr/lib/python3.12/site-packages/nbsphinx-0.9.3.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/nbsphinx-0.9.3.dist-info/LICENSE
/usr/lib/python3.12/site-packages/nbsphinx-0.9.3.dist-info/METADATA
/usr/lib/python3.12/site-packages/nbsphinx-0.9.3.dist-info/RECORD
/usr/lib/python3.12/site-packages/nbsphinx-0.9.3.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/nbsphinx-0.9.3.dist-info/WHEEL
/usr/lib/python3.12/site-packages/nbsphinx-0.9.3.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/nbsphinx/__init__.py
/usr/lib/python3.12/site-packages/nbsphinx/__pycache__
/usr/lib/python3.12/site-packages/nbsphinx/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/nbsphinx/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/nbsphinx/_static
/usr/lib/python3.12/site-packages/nbsphinx/_static/nbsphinx-broken-thumbnail.svg
/usr/lib/python3.12/site-packages/nbsphinx/_static/nbsphinx-code-cells.css_t
/usr/lib/python3.12/site-packages/nbsphinx/_static/nbsphinx-gallery.css
/usr/lib/python3.12/site-packages/nbsphinx/_static/nbsphinx-no-thumbnail.svg
/usr/lib/python3.12/site-packages/nbsphinx/_texinputs
/usr/lib/python3.12/site-packages/nbsphinx/_texinputs/nbsphinx.sty
/usr/share/doc/packages/python312-nbsphinx
/usr/share/doc/packages/python312-nbsphinx/NEWS.rst
/usr/share/doc/packages/python312-nbsphinx/README.rst
/usr/share/licenses/python312-nbsphinx
/usr/share/licenses/python312-nbsphinx/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024