earthlab / matplotcheck

A python package for checking and testing matplotlib plots. We use this for autograding student assignments but there are many other potential use cases including package testing (for packages with plots)!
https://matplotcheck.readthedocs.io
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Update sphinx_gallery to 0.8.2 #381

Closed pyup-bot closed 3 years ago

pyup-bot commented 3 years ago

This PR updates sphinx_gallery from 0.8.0 to 0.8.2.

Changelog ### 0.8.2 ``` ------ Enables HTML animations to be rendered on readthedocs. **Implemented enhancements:** - DOC Expand on sphinx_gallery_thumbnail_path `764 <https://github.com/sphinx-gallery/sphinx-gallery/pull/764>`__ (`lucyleeow <https://github.com/lucyleeow>`__) - ENH: Add run_stale_examples config var `759 <https://github.com/sphinx-gallery/sphinx-gallery/pull/759>`__ (`larsoner <https://github.com/larsoner>`__) - Option to disable note in example header `757 <https://github.com/sphinx-gallery/sphinx-gallery/issues/757>`__ - Add show_signature option `756 <https://github.com/sphinx-gallery/sphinx-gallery/pull/756>`__ (`jschueller <https://github.com/jschueller>`__) - ENH: Style HTML output like jupyter `752 <https://github.com/sphinx-gallery/sphinx-gallery/pull/752>`__ (`larsoner <https://github.com/larsoner>`__) - ENH: Add RST comments, read-only `750 <https://github.com/sphinx-gallery/sphinx-gallery/pull/750>`__ (`larsoner <https://github.com/larsoner>`__) - Relate warnings and errors on generated rst file back to source Python file / prevent accidental writing of generated files `725 <https://github.com/sphinx-gallery/sphinx-gallery/issues/725>`__ **Fixed bugs:** - Example gallery is down `753 <https://github.com/sphinx-gallery/sphinx-gallery/issues/753>`__ - DOC Amend run_stale_examples command in configuration.rst `763 <https://github.com/sphinx-gallery/sphinx-gallery/pull/763>`__ (`lucyleeow <https://github.com/lucyleeow>`__) - DOC update link in projects_list `754 <https://github.com/sphinx-gallery/sphinx-gallery/pull/754>`__ (`lucyleeow <https://github.com/lucyleeow>`__) - Enable animations HTML to be rendered on readthedocs `748 <https://github.com/sphinx-gallery/sphinx-gallery/pull/748>`__ (`sdhiscocks <https://github.com/sdhiscocks>`__) **Closed issues:** - MNT: Stop using ci-helpers in appveyor.yml `766 <https://github.com/sphinx-gallery/sphinx-gallery/issues/766>`__ **Merged pull requests:** - FIX: Restore whitespace `768 <https://github.com/sphinx-gallery/sphinx-gallery/pull/768>`__ (`larsoner <https://github.com/larsoner>`__) - CI: Remove AppVeyor, work on Azure `767 <https://github.com/sphinx-gallery/sphinx-gallery/pull/767>`__ (`larsoner <https://github.com/larsoner>`__) - DOC Standardise capitalisation of Sphinx-Gallery `762 <https://github.com/sphinx-gallery/sphinx-gallery/pull/762>`__ (`lucyleeow <https://github.com/lucyleeow>`__) ``` ### 0.8.1 ``` ------ Fix Binder logo image file for Windows paths. **Fixed bugs:** - sphinx_gallery/tests/test_full.py::test_binder_logo_exists fails (path is clearly wrong) `746 <https://github.com/sphinx-gallery/sphinx-gallery/issues/746>`__ - BUG Windows relative path error with \_static Binder logo `744 <https://github.com/sphinx-gallery/sphinx-gallery/issues/744>`__ - BUG Copy Binder logo to avoid Window drive rel path error `745 <https://github.com/sphinx-gallery/sphinx-gallery/pull/745>`__ (`lucyleeow <https://github.com/lucyleeow>`__) **Merged pull requests:** - DOC Add link to cross referencing example `743 <https://github.com/sphinx-gallery/sphinx-gallery/pull/743>`__ (`lucyleeow <https://github.com/lucyleeow>`__) ```
Links - PyPI: https://pypi.org/project/sphinx-gallery - Changelog: https://pyup.io/changelogs/sphinx-gallery/ - Repo: https://sphinx-gallery.github.io - Docs: https://pythonhosted.org/sphinx-gallery/
nkorinek commented 3 years ago

https://github.com/earthlab/matplotcheck/pull/398 closing due to this pr being merged with all the dep updates