Releases: smarie/mkdocs-gallery
Releases · smarie/mkdocs-gallery
0.10.4 - Bugfixes
- Fixed
DeprecationWarning
withmkdocs-material
>=9.4
by usingmaterial.extensions.emoji
instead of
materialx.emoji.twemoji
. Fixes #103. PR
#104 by BalzaniEduardo.
See documentation page for details.
0.10.3 - Bugfixes
- Don't use
asyncio.run
for async handling. Fixes #93.
See documentation page for details.
0.10.2 - Bugfixes
- 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
examples
folder is not required to be in a subfolder ofdocs
anymore. Fixes #54. PR #92 by Louis-Pujol.
See documentation page for details.
0.10.0 - Support for asynchronous code
See documentation page for details.
0.9.0 - Pyvista
- 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
- Mayavi can now be used in gallery examples just as in
sphinx-gallery
. PR #69 by GenevieveBuckley - Fixed for
README.md
that containshtml
comments. Fixes #85. PR #86 by AntoineD.
See documentation page for details.
0.7.10 - `sys.path` is not reset between code blocks
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
- Fixed
AttributeError
whenoptipng
is installed and used through thecompress_images
option. PR [#77]
(#77) by Samreay - Swapped from deprecated
disutils.version
topackaging.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
- 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.