Sphinx-gallery

Latest version: v0.19.0

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 8

0.11.0

-------

In this version, the "Out:" prefix applied to code outputs is now created from
CSS pseudo-elements instead of additional real text. For more details, see
`896 <https://github.com/sphinx-gallery/sphinx-gallery/pull/896>`__.

**Implemented enhancements:**

Nesting gallery sections (i.e. gallery subfolders) was implemented in `904 <https://github.com/sphinx-gallery/sphinx-gallery/pull/904>`__. This feature can be disabled (see config option ``nested_sections`` in the documentation) if the previous behaviour is prefered (`alexisthual <https://github.com/alexisthual>`__)

Tooltips now overlay gallery items `commit 36166cd <https://github.com/sphinx-gallery/sphinx-gallery/pull/944/commits/36166cd2fc2b43ecbd585654cfe8745f3a1b3f64>`__. Custom CSS might need to be adapted (`alexisthual <https://github.com/alexisthual>`__).

- Problem in section and example title level in subgalleries `935 <https://github.com/sphinx-gallery/sphinx-gallery/issues/935>`__
- Add ability to write nested ``index.rst`` `855 <https://github.com/sphinx-gallery/sphinx-gallery/issues/855>`__
- Optional usage of ``module`` instead of ``module_short`` when doing backreferencing `950 <https://github.com/sphinx-gallery/sphinx-gallery/pull/950>`__ (`ExtremOPS <https://github.com/ExtremOPS>`__)
- ENH: Better dark mode support `948 <https://github.com/sphinx-gallery/sphinx-gallery/pull/948>`__ (`larsoner <https://github.com/larsoner>`__)
- Store API reference examples thumbnails in common div `946 <https://github.com/sphinx-gallery/sphinx-gallery/pull/946>`__ (`alexisthual <https://github.com/alexisthual>`__)
- Add flag to ignore code blocks in Python source parser `941 <https://github.com/sphinx-gallery/sphinx-gallery/pull/941>`__ (`guberti <https://github.com/guberti>`__)
- Improve Jupyter notebook converter’s handling of code blocks `940 <https://github.com/sphinx-gallery/sphinx-gallery/pull/940>`__ (`guberti <https://github.com/guberti>`__)
- [MRG] Changelog regarding nested sections `926 <https://github.com/sphinx-gallery/sphinx-gallery/pull/926>`__ (`alexisthual <https://github.com/alexisthual>`__)
- Possibility to exclude implicit backreferences `908 <https://github.com/sphinx-gallery/sphinx-gallery/pull/908>`__ (`StefRe <https://github.com/StefRe>`__)
- [MRG] Handle nested structures `904 <https://github.com/sphinx-gallery/sphinx-gallery/pull/904>`__ (`alexisthual <https://github.com/alexisthual>`__)
- Use pseudo-elements for ‘Out:’ prefixing `896 <https://github.com/sphinx-gallery/sphinx-gallery/pull/896>`__ (`QuLogic <https://github.com/QuLogic>`__)
- FIX: Fix for latest pytest `894 <https://github.com/sphinx-gallery/sphinx-gallery/pull/894>`__ (`larsoner <https://github.com/larsoner>`__)
- Config capture_repr on file-by-file basis `891 <https://github.com/sphinx-gallery/sphinx-gallery/pull/891>`__ (`StefRe <https://github.com/StefRe>`__)

**Fixed bugs:**

We now display gallery items using CSS grid instead of ``float`` property `906 <https://github.com/sphinx-gallery/sphinx-gallery/pull/906>`__, see `migration guide <https://github.com/sphinx-gallery/sphinx-gallery/pull/906#issuecomment-1019542067>`__ to adapt custom CSS for thumbnails (`alexisthual <https://github.com/alexisthual>`__)

- BUG: Hotfix for docopts_url `980 <https://github.com/sphinx-gallery/sphinx-gallery/pull/980>`__ (`larsoner <https://github.com/larsoner>`__)
- BUG: Fix bug with clicking examples `973 <https://github.com/sphinx-gallery/sphinx-gallery/pull/973>`__ (`larsoner <https://github.com/larsoner>`__)
- Remove test examples for seaborn warning `971 <https://github.com/sphinx-gallery/sphinx-gallery/pull/971>`__ (`lesteve <https://github.com/lesteve>`__)
- Fix typo `970 <https://github.com/sphinx-gallery/sphinx-gallery/pull/970>`__ (`tkoyama010 <https://github.com/tkoyama010>`__)
- Avoid matplotlib warnings in seaborn reset_module `969 <https://github.com/sphinx-gallery/sphinx-gallery/pull/969>`__ (`lesteve <https://github.com/lesteve>`__)
- Fix Tensorflow/Abseil compatibility `961 <https://github.com/sphinx-gallery/sphinx-gallery/pull/961>`__ (`guberti <https://github.com/guberti>`__)
- syntax error fix in sphinx_gallery.downloads `951 <https://github.com/sphinx-gallery/sphinx-gallery/pull/951>`__ (`photoniker <https://github.com/photoniker>`__)
- Merge toctrees containing subcategories indices and examples without … `944 <https://github.com/sphinx-gallery/sphinx-gallery/pull/944>`__ (`alexisthual <https://github.com/alexisthual>`__)
- Fix rendering of embedded URIs in Python notebooks `943 <https://github.com/sphinx-gallery/sphinx-gallery/pull/943>`__ (`guberti <https://github.com/guberti>`__)
- FIX: Fix for dep `938 <https://github.com/sphinx-gallery/sphinx-gallery/pull/938>`__ (`larsoner <https://github.com/larsoner>`__)
- Fix typos `934 <https://github.com/sphinx-gallery/sphinx-gallery/pull/934>`__ (`kianmeng <https://github.com/kianmeng>`__)
- MAINT: Fix CIs `932 <https://github.com/sphinx-gallery/sphinx-gallery/pull/932>`__ (`larsoner <https://github.com/larsoner>`__)
- MAINT: Use -nWT –keep-going on Azure `924 <https://github.com/sphinx-gallery/sphinx-gallery/pull/924>`__ (`larsoner <https://github.com/larsoner>`__)
- Ensures right builder conifg `922 <https://github.com/sphinx-gallery/sphinx-gallery/pull/922>`__ (`ExtremOPS <https://github.com/ExtremOPS>`__)
- MAINT: Fix CIs `920 <https://github.com/sphinx-gallery/sphinx-gallery/pull/920>`__ (`larsoner <https://github.com/larsoner>`__)
- MAINT: Clean up namespace `917 <https://github.com/sphinx-gallery/sphinx-gallery/pull/917>`__ (`larsoner <https://github.com/larsoner>`__)
- FIX: Azure `915 <https://github.com/sphinx-gallery/sphinx-gallery/pull/915>`__ (`larsoner <https://github.com/larsoner>`__)
- [WIP] Bugfix missing parent div for mini gallery `914 <https://github.com/sphinx-gallery/sphinx-gallery/pull/914>`__ (`alexisthual <https://github.com/alexisthual>`__)
- Honor show_signature `909 <https://github.com/sphinx-gallery/sphinx-gallery/pull/909>`__ (`jschueller <https://github.com/jschueller>`__)
- Css grid for thumbnails `906 <https://github.com/sphinx-gallery/sphinx-gallery/pull/906>`__ (`alexisthual <https://github.com/alexisthual>`__)
- Fix matplotlib intersphinx url `902 <https://github.com/sphinx-gallery/sphinx-gallery/pull/902>`__ (`StefRe <https://github.com/StefRe>`__)
- FIX: Pin pyvista `901 <https://github.com/sphinx-gallery/sphinx-gallery/pull/901>`__ (`larsoner <https://github.com/larsoner>`__)
- Fix matplotlib resetter \_reset_matplotlib `890 <https://github.com/sphinx-gallery/sphinx-gallery/pull/890>`__ (`StefRe <https://github.com/StefRe>`__)
- Fix “Out” layout for pydata-sphinx-theme `886 <https://github.com/sphinx-gallery/sphinx-gallery/pull/886>`__ (`timhoffm <https://github.com/timhoffm>`__)

**Documentation updates**

- added RADIS in Who uses Sphinx-gallery ? `979 <https://github.com/sphinx-gallery/sphinx-gallery/pull/979>`__ (`erwanp <https://github.com/erwanp>`__)
- add Tonic to list of sphinx-gallery users `972 <https://github.com/sphinx-gallery/sphinx-gallery/pull/972>`__ (`biphasic <https://github.com/biphasic>`__)
- Add Apache TVM to user projects list `942 <https://github.com/sphinx-gallery/sphinx-gallery/pull/942>`__ (`guberti <https://github.com/guberti>`__)
- DOC: fix rst link syntax in changelog `925 <https://github.com/sphinx-gallery/sphinx-gallery/pull/925>`__ (`GaelVaroquaux <https://github.com/GaelVaroquaux>`__)
- add GitHub URL for PyPi `923 <https://github.com/sphinx-gallery/sphinx-gallery/pull/923>`__ (`andriyor <https://github.com/andriyor>`__)
- Add Biotite to list of user projects `919 <https://github.com/sphinx-gallery/sphinx-gallery/pull/919>`__ (`padix-key <https://github.com/padix-key>`__)
- MAINT: Remove LooseVersion `916 <https://github.com/sphinx-gallery/sphinx-gallery/pull/916>`__ (`larsoner <https://github.com/larsoner>`__)
- DOC Fix example “Identifying function names in a script” `903 <https://github.com/sphinx-gallery/sphinx-gallery/pull/903>`__ (`StefRe <https://github.com/StefRe>`__)
- DOC Update docs for Adding mini-galleries for API documentation `899 <https://github.com/sphinx-gallery/sphinx-gallery/pull/899>`__ (`StefRe <https://github.com/StefRe>`__)
- Add PyVista examples! `888 <https://github.com/sphinx-gallery/sphinx-gallery/pull/888>`__ (`banesullivan <https://github.com/banesullivan>`__)
- Fix a few links in project lists `883 <https://github.com/sphinx-gallery/sphinx-gallery/pull/883>`__ (`ixjlyons <https://github.com/ixjlyons>`__)

0.10.1

-------

Support for Python 3.6 dropped in this release. Requirement is Python >=3.7.

**Implemented enhancements:**

- Feature Request: ``reset_modules`` to be applied after each or all examples `866 <https://github.com/sphinx-gallery/sphinx-gallery/issues/866>`__
- Enable ``reset_modules`` to run either before or after examples, or both `870 <https://github.com/sphinx-gallery/sphinx-gallery/pull/870>`__ (`MatthewFlamm <https://github.com/MatthewFlamm>`__)

**Fixed bugs:**

- embed_code_links throwing <exception: list indices must be integers or slices, not str> `879 <https://github.com/sphinx-gallery/sphinx-gallery/issues/879>`__
- ``0.10.0`` breaks ``sphinx_gallery.load_style`` `878 <https://github.com/sphinx-gallery/sphinx-gallery/issues/878>`__
- Add imagesg directive in load style `880 <https://github.com/sphinx-gallery/sphinx-gallery/pull/880>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- Use bools for ‘plot_gallery’ in sphinx_gallery_conf `863 <https://github.com/sphinx-gallery/sphinx-gallery/pull/863>`__ (`timhoffm <https://github.com/timhoffm>`__)

**Merged pull requests:**

- DOC Add reference to sphinx-codeautolink `874 <https://github.com/sphinx-gallery/sphinx-gallery/pull/874>`__ (`felix-hilden <https://github.com/felix-hilden>`__)
- Add Neuraxle to “Who uses Sphinx-Gallery” `873 <https://github.com/sphinx-gallery/sphinx-gallery/pull/873>`__ (`guillaume-chevalier <https://github.com/guillaume-chevalier>`__)
- DOC Fix typo in dummy images doc `871 <https://github.com/sphinx-gallery/sphinx-gallery/pull/871>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- CI: Fix CircleCI `865 <https://github.com/sphinx-gallery/sphinx-gallery/pull/865>`__ (`larsoner <https://github.com/larsoner>`__)

0.10.0

-------

In this version, the default Sphinx-Gallery `.css` files have been
updated so their names are all prepended with 'sg\_'.
For more details see `845 <https://github.com/sphinx-gallery/sphinx-gallery/pull/845#issuecomment-913130302>`_.

**Implemented enhancements:**

- Generalising image_scrapers facility for non-images `833 <https://github.com/sphinx-gallery/sphinx-gallery/issues/833>`__
- Add a mode that fails only for rst warnings and does not run examples `751 <https://github.com/sphinx-gallery/sphinx-gallery/issues/751>`__
- Add a “template”, to make it easy to get started `555 <https://github.com/sphinx-gallery/sphinx-gallery/issues/555>`__
- ENH Add config that generates dummy images to prevent missing image warnings `828 <https://github.com/sphinx-gallery/sphinx-gallery/pull/828>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- ENH: add hidpi option to matplotlib_scraper and directive `808 <https://github.com/sphinx-gallery/sphinx-gallery/pull/808>`__ (`jklymak <https://github.com/jklymak>`__)

**Fixed bugs:**

- BUG URL quote branch names and filepaths in Binder URLs `844 <https://github.com/sphinx-gallery/sphinx-gallery/pull/844>`__ (`sdhiscocks <https://github.com/sdhiscocks>`__)
- Sanitize ANSI characters from generated reST: Remove `ANSI characters <https://en.wikipedia.org/wiki/ANSI_escape_code>`_ from HTML output `#838 <https://github.com/sphinx-gallery/sphinx-gallery/pull/838>`__ (`agramfort <https://github.com/agramfort>`__)
- Bug Pin markupsafe version in Python nightly `831 <https://github.com/sphinx-gallery/sphinx-gallery/pull/831>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- BUG Fix test_minigallery_directive failing on Windows `830 <https://github.com/sphinx-gallery/sphinx-gallery/pull/830>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- BUG Fix LaTeX Error: File \`tgtermes.sty’ not found in CI `829 <https://github.com/sphinx-gallery/sphinx-gallery/pull/829>`__ (`lucyleeow <https://github.com/lucyleeow>`__)

**Merged pull requests:**

- DOC Update reset_modules documentation `861 <https://github.com/sphinx-gallery/sphinx-gallery/pull/861>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- Remove trailing whitespace `859 <https://github.com/sphinx-gallery/sphinx-gallery/pull/859>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- Add info on enabling animation support to example `858 <https://github.com/sphinx-gallery/sphinx-gallery/pull/858>`__ (`dstansby <https://github.com/dstansby>`__)
- Update css file names, fix documentation `857 <https://github.com/sphinx-gallery/sphinx-gallery/pull/857>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- MAINT: Fix mayavi build hang circleci `850 <https://github.com/sphinx-gallery/sphinx-gallery/pull/850>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- MAINT: Fix mayavi build hang azure CI `848 <https://github.com/sphinx-gallery/sphinx-gallery/pull/848>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- Refactor execute_code_block in gen_rst.py `842 <https://github.com/sphinx-gallery/sphinx-gallery/pull/842>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- [Maint] Remove travis `840 <https://github.com/sphinx-gallery/sphinx-gallery/pull/840>`__ (`agramfort <https://github.com/agramfort>`__)
- DOC Add gif to supported image extensions `836 <https://github.com/sphinx-gallery/sphinx-gallery/pull/836>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- DOC Clarifications and fixes to image_scrapers doc `834 <https://github.com/sphinx-gallery/sphinx-gallery/pull/834>`__ (`jnothman <https://github.com/jnothman>`__)
- DOC Update projects list in readme.rst `826 <https://github.com/sphinx-gallery/sphinx-gallery/pull/826>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- DOC Fix zenodo badge link `825 <https://github.com/sphinx-gallery/sphinx-gallery/pull/825>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- DOC Add TorchIO to users list `824 <https://github.com/sphinx-gallery/sphinx-gallery/pull/824>`__ (`fepegar <https://github.com/fepegar>`__)

0.9.0

------

Support for Python 3.5 dropped in this release. Requirement is Python >=3.6.

**Implemented enhancements:**

- Add a mode which “skips” an example if it fails `789 <https://github.com/sphinx-gallery/sphinx-gallery/issues/789>`__
- Can sphinx_gallery_thumbnail_number support negative indexes? `785 <https://github.com/sphinx-gallery/sphinx-gallery/issues/785>`__
- Configure thumbnail style `780 <https://github.com/sphinx-gallery/sphinx-gallery/issues/780>`__
- ENH: Check for invalid sphinx_gallery_conf keys `774 <https://github.com/sphinx-gallery/sphinx-gallery/issues/774>`__
- DOC Document how to hide download link note `760 <https://github.com/sphinx-gallery/sphinx-gallery/issues/760>`__
- DOC use intersphinx references in projects_list.rst `755 <https://github.com/sphinx-gallery/sphinx-gallery/issues/755>`__
- Delay output capturing to a further code block `363 <https://github.com/sphinx-gallery/sphinx-gallery/issues/363>`__
- ENH: Only add minigallery if there’s something to show `813 <https://github.com/sphinx-gallery/sphinx-gallery/pull/813>`__ (`NicolasHug <https://github.com/NicolasHug>`__)
- Optional flag to defer figure scraping to the next code block `801 <https://github.com/sphinx-gallery/sphinx-gallery/pull/801>`__ (`ayshih <https://github.com/ayshih>`__)
- ENH: PyQt5 `794 <https://github.com/sphinx-gallery/sphinx-gallery/pull/794>`__ (`larsoner <https://github.com/larsoner>`__)
- Add a configuration to warn on error not fail `792 <https://github.com/sphinx-gallery/sphinx-gallery/pull/792>`__ (`Cadair <https://github.com/Cadair>`__)
- Let sphinx_gallery_thumbnail_number support negative indexes `786 <https://github.com/sphinx-gallery/sphinx-gallery/pull/786>`__ (`seisman <https://github.com/seisman>`__)
- Make any borders introduced when rescaling images to thumbnails transparent `781 <https://github.com/sphinx-gallery/sphinx-gallery/pull/781>`__ (`rossbar <https://github.com/rossbar>`__)
- MAINT: Move travis CI jobs to Azure `779 <https://github.com/sphinx-gallery/sphinx-gallery/pull/779>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- ENH, DEP: Check for invalid keys, remove ancient key `775 <https://github.com/sphinx-gallery/sphinx-gallery/pull/775>`__ (`larsoner <https://github.com/larsoner>`__)

**Fixed bugs:**

- Custom CSS for space above title target conflicts with pydata-sphinx-theme `815 <https://github.com/sphinx-gallery/sphinx-gallery/issues/815>`__
- Minigalleries are generated even for objects without examples `812 <https://github.com/sphinx-gallery/sphinx-gallery/issues/812>`__
- Python nightly failing due to Jinja2 import from collections.abc `790 <https://github.com/sphinx-gallery/sphinx-gallery/issues/790>`__
- test_rebuild and test_error_messages failing on travis `777 <https://github.com/sphinx-gallery/sphinx-gallery/issues/777>`__
- Animation not show on Read the Docs `772 <https://github.com/sphinx-gallery/sphinx-gallery/issues/772>`__
- BUG: Empty code block output `765 <https://github.com/sphinx-gallery/sphinx-gallery/issues/765>`__
- BUG: Fix CSS selector `816 <https://github.com/sphinx-gallery/sphinx-gallery/pull/816>`__ (`larsoner <https://github.com/larsoner>`__)
- MAINT: Fix test for links `811 <https://github.com/sphinx-gallery/sphinx-gallery/pull/811>`__ (`larsoner <https://github.com/larsoner>`__)
- Fix SVG default thumbnail support `810 <https://github.com/sphinx-gallery/sphinx-gallery/pull/810>`__ (`jacobolofsson <https://github.com/jacobolofsson>`__)
- Clarify clean docs for custom gallery_dirs `798 <https://github.com/sphinx-gallery/sphinx-gallery/pull/798>`__ (`timhoffm <https://github.com/timhoffm>`__)
- MAINT Specify Jinja2 version in azure Python nightly `793 <https://github.com/sphinx-gallery/sphinx-gallery/pull/793>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- BUG Remove if final block empty `791 <https://github.com/sphinx-gallery/sphinx-gallery/pull/791>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- Replace Travis CI badge with Azure Badge in README `783 <https://github.com/sphinx-gallery/sphinx-gallery/pull/783>`__ (`sdhiscocks <https://github.com/sdhiscocks>`__)
- Point to up-to-date re documentation `778 <https://github.com/sphinx-gallery/sphinx-gallery/pull/778>`__ (`dstansby <https://github.com/dstansby>`__)

**Merged pull requests:**

- DOC Add section on altering CSS `820 <https://github.com/sphinx-gallery/sphinx-gallery/pull/820>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- DOC Use intersphinx references in projects_list.rst `819 <https://github.com/sphinx-gallery/sphinx-gallery/pull/819>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- DOC Update CI badge `818 <https://github.com/sphinx-gallery/sphinx-gallery/pull/818>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- DOC Include SOURCEDIR in Makefile `814 <https://github.com/sphinx-gallery/sphinx-gallery/pull/814>`__ (`NicolasHug <https://github.com/NicolasHug>`__)
- DOC: add 2 projects using sphinx gallery `807 <https://github.com/sphinx-gallery/sphinx-gallery/pull/807>`__ (`mfeurer <https://github.com/mfeurer>`__)
- DOC: clarify advanced doc wrt referencing examples `806 <https://github.com/sphinx-gallery/sphinx-gallery/pull/806>`__ (`mfeurer <https://github.com/mfeurer>`__)
- MAINT: Add link `800 <https://github.com/sphinx-gallery/sphinx-gallery/pull/800>`__ (`larsoner <https://github.com/larsoner>`__)
- Add Optuna to “Who uses Optuna” `796 <https://github.com/sphinx-gallery/sphinx-gallery/pull/796>`__ (`crcrpar <https://github.com/crcrpar>`__)
- DOC Add segment on CSS styling `788 <https://github.com/sphinx-gallery/sphinx-gallery/pull/788>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- DOC minor doc typo fixes `787 <https://github.com/sphinx-gallery/sphinx-gallery/pull/787>`__ (`lucyleeow <https://github.com/lucyleeow>`__)
- DOC Update CI links in index.rst `784 <https://github.com/sphinx-gallery/sphinx-gallery/pull/784>`__ (`lucyleeow <https://github.com/lucyleeow>`__)

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 reST 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>`__)

**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>`__)

Page 3 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.