Skip to content

Releases: smarie/mkdocs-gallery

0.10.4 - Bugfixes

30 Sep 08:31
Compare
Choose a tag to compare
  • Fixed DeprecationWarning with mkdocs-material >=9.4 by using material.extensions.emoji instead of
    materialx.emoji.twemoji. Fixes #103. PR
    #104 by BalzaniEduardo.

See documentation page for details.

0.10.3 - Bugfixes

06 Sep 16:38
de81b0c
Compare
Choose a tag to compare
  • Don't use asyncio.run for async handling. Fixes #93.

See documentation page for details.

0.10.2 - Bugfixes

04 Sep 13:57
Compare
Choose a tag to compare
  • SECURITY removed insecure polyfill extra javascript from example. Fixes #99.
  • Fixed dead link at the bottom of the generated gallery examples. Fixes #97.
  • Fixed compliance issue with mkdocs-material's metadata declaration feature. Fixes #96.

See documentation page for details.

0.10.1 - More flexible gallery folders

15 Mar 16:48
Compare
Choose a tag to compare
  • examples folder is not required to be in a subfolder of docs anymore. Fixes #54. PR #92 by Louis-Pujol.

See documentation page for details.

0.10.0 - Support for asynchronous code

16 Jan 14:16
8a16972
Compare
Choose a tag to compare
  • Gallery scripts now support top-level asynchronous code. PR #90 by pmeier

See documentation page for details.

0.9.0 - Pyvista

21 Dec 12:25
Compare
Choose a tag to compare
  • Pyvista can now be used in gallery examples as in sphinx-gallery. PR #91 by Louis-Pujol

See documentation page for details.

0.8.0 - Mayavi

19 Dec 21:48
Compare
Choose a tag to compare
  • Mayavi can now be used in gallery examples just as in sphinx-gallery. PR #69 by GenevieveBuckley
  • Fixed for README.md that contains html comments. Fixes #85. PR #86 by AntoineD.

See documentation page for details.

0.7.10 - `sys.path` is not reset between code blocks

21 Nov 16:56
Compare
Choose a tag to compare
  • sys.path modifications now persist across blocks of an example. sys.path is still reset after each example. PR #82 by Louis-Pujol.

See documentation page for details.

0.7.9 - `optipng` and better error messages

21 Nov 11:55
Compare
Choose a tag to compare
  • Fixed AttributeError when optipng is installed and used through the compress_images option. PR [#77]
    (#77) by Samreay
  • Swapped from deprecated disutils.version to packaging.version. PR #79 by Samreay
  • Re-raise errors for better ExtensionError messages, so users have full details about the original problem. PR #58 by GenevieveBuckley

See documentation page for details.

0.7.8 - Bugfixes

15 May 17:03
89fea9e
Compare
Choose a tag to compare
  • Fixed Plugin 'gallery' option 'binder': Sub-option 'org': Required configuration not provided.. Fixes #62
  • Support relative path to mkdocs.yaml file using --config-file option. Fixes #63. PR #64 by fgrbr.

See documentation page for details.