14
0

- update to 0.19.0:

* Add block-level sphinx_gallery_capture_repr_block setting
  * 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
  * DOC Fixes to minigallery doc in configuration\.rst
  * DOC Improve doc on linking code blocks
  * Doc: mention color css property to hide link
  * DOC Improve custom sort key docs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinx-gallery?expand=0&rev=9
This commit is contained in:
2025-03-30 08:19:02 +00:00
committed by Git OBS Bridge
parent 8ba1a50999
commit b8ba122a1f
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Mar 30 08:17:44 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.19.0:
* Add block-level sphinx_gallery_capture_repr_block setting
* 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
* DOC Fixes to minigallery doc in configuration\.rst
* DOC Improve doc on linking code blocks
* Doc: mention color css property to hide link
* DOC Improve custom sort key docs
-------------------------------------------------------------------
Wed Nov 20 16:32:27 UTC 2024 - Dirk Müller <dmueller@suse.com>