./textproc/py-sphinx-gallery, Sphinx extension that builds an HTML version of any Python script

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.19.0, Package name: py312-sphinx-gallery-0.19.0, Maintainer: pkgsrc-users

A Sphinx extension that builds an HTML version of any Python script
and puts it into an examples gallery.


Master sites:

Filesize: 460.429 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-25 16:33:39 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-sphinx-gallery: updated to 0.19.0

v0.19.0
-------

**Implemented enhancements:**

- Add block-level ``sphinx_gallery_capture_repr_block`` setting

**Fixed bugs:**

- Fix minigallery duplicates and add tests and update documenation
- Fix: Fix minigallery duplicates
- Fix incorrect paths for JupyterLite Notebook interface URLs, unpin \ 
``jupyterlite-sphinx``, and update JupyterLite integration docs
- BUG: make \_anim_rst windows compatible
- Fix custom sort

**Documentation**

- DOC Fixes to minigallery doc in ``configuration\.rst``
- DOC Improve doc on linking code blocks
- Doc: mention color css property to hide links
- DOC Improve custom sort key docs
   2025-02-23 17:59:26 by Thomas Klausner | Files touched by this commit (79)
Log message:
*: py-sphinx 8.2 drops support for Python 3.10
   2024-12-06 11:52:23 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-sphinx-gallery: updated to 0.18.0

v0.18.0

Implemented enhancements:
- Allow to disable writing computation times
- [ENH] Add option to render multiple images from same cell as single-img

Fixed bugs:
- Fix ``indexst`` variable does not exist when own index gallery is first
   2024-11-11 08:29:31 by Thomas Klausner | Files touched by this commit (862)
Log message:
py-*: remove unused tool dependency

py-setuptools includes the py-wheel functionality nowadays
   2024-10-14 08:46:10 by Thomas Klausner | Files touched by this commit (325)
Log message:
*: clean-up after python38 removal
   2024-08-10 10:06:02 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
py-sphinx-gallery: not for Python 3.9
   2024-02-04 20:35:31 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-sphinx-gallery: updated to 0.15.0

v0.15.0
-------

Support for Python 3.7 dropped in this release. Requirement is now Python >=3.8.
Pillow added as a dependency.

**Implemented enhancements:**

-  ENH: Improve logging visibility of errors and filenames
-  ENH: Improve API usage graph
-  ENH: Always write sg_execution_times and make DataTable
-  ENH: Write all computation times
-  ENH: Support source files in any language
-  FEA Add examples recommender system

**Fixed bugs:**

-  FIX Copy JupyterLite contents early so it runs before jupyterlite_sphinx \ 
build-finished
-  BUG: Fix bug with orphan sg_api_usage
-  MAINT Fix check for mismatched “ignore” blocks
-  Avoid importing new modules in backrefs

**Documentation**

-  DOC Put configuration list under headings
-  DOC: contributing guide
-  DOC Note support for python 3.7 dropped in release notes
   2023-11-07 23:38:10 by Thomas Klausner | Files touched by this commit (112)
Log message:
*: latest py-sphinx only support Python 3.9+