Skip to content

Support plain .rst files as example inputs#1516

Merged
larsoner merged 8 commits intosphinx-gallery:masterfrom
timhoffm:rst-examples
Nov 5, 2025
Merged

Support plain .rst files as example inputs#1516
larsoner merged 8 commits intosphinx-gallery:masterfrom
timhoffm:rst-examples

Conversation

@timhoffm
Copy link
Copy Markdown
Contributor

@timhoffm timhoffm commented Nov 3, 2025

This is a minimal working implementation, which treats the .rst file as single text block.

Testing question: Where would I reasonably add integration tests for this? I don't have full overview on the test architecture. But the point is that this needs a modified config 'example_extensions': {'.py', '.rst'}, so either it's ok to modify an existing integration test for this, or we'd have to set up a complete separate test with the modified config.

Closes #1511.

@timhoffm timhoffm marked this pull request as draft November 4, 2025 03:27
@timhoffm timhoffm marked this pull request as ready for review November 4, 2025 08:32
@timhoffm
Copy link
Copy Markdown
Contributor Author

timhoffm commented Nov 4, 2025

CircleCI error seems unrelated ("Could not find a version that satisfies the requirement vtk-osmesa")

@larsoner
Copy link
Copy Markdown
Contributor

larsoner commented Nov 4, 2025

CircleCI will be fixed by modernizations in #1514

Copy link
Copy Markdown
Contributor

@larsoner larsoner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh wow that's simple!

Can you add something to tinybuild, too? Good to have nicely contained unit tests in test_rst_source_parser.py but then also see it in action in a full build run (which sphinx_gallery/tests/tinybuild is). You'll need to add a file, update the conf, and update some file count numbers in sphinx_gallery/tests/test_full.py.

larsoner and others added 5 commits November 4, 2025 12:07
Behavior is unchanged, but in anticipation of adding .rst gallery inputs, we must explicitly handle the non-gallery .rst files in `ignore_pattern` and `copyfile_regexp`.

Note: This needs arises build we cramp all logic in one complex build. Builds that only have either .rst example inputs or copied .rst files remain simpler to config.
@timhoffm
Copy link
Copy Markdown
Contributor Author

timhoffm commented Nov 5, 2025

I've added the functionality to tinybuild. This was much harded than implementing the acutal feature. tinybuild has special handling of index.rst files and directly copying on non-gallery-entry .rst files. Making there work alongside with rst-based gallery inputs requires delicate configuration. Also, the example number juggling in tinybuild is pretty wild. Debugging this with multi-minute runtimes of test_full.py is pretty cumbersome. The tinybuild is actually not so tiny anymore.

@larsoner
Copy link
Copy Markdown
Contributor

larsoner commented Nov 5, 2025

@timhoffm agreed the tinybuild scope is no longer so tiny...

A bit late to consider this but in the future I think it's okay to make other, separate variants / sites of full sphinx builds as well. We haven't bothered so far, but given how difficult it sounds like it was to integrate your changes in tinybuild it might be worth it next time a feature has complex interactions with the existing tinybuild infrastructure

All good to go from your end @timhoffm ?

@timhoffm
Copy link
Copy Markdown
Contributor Author

timhoffm commented Nov 5, 2025

Yes, all good from my side. Documentation should be rewritten in a couple of places to reflect that example inputs are not necessarily .py files. But that’s an existing issue since e.g. .cpp is already supported.

I would do this as a follow-up as it may be reasonable to consider the terminology “example” vs. “gallery entry”/“gallery input”.

@larsoner larsoner merged commit a50772e into sphinx-gallery:master Nov 5, 2025
21 checks passed
@larsoner
Copy link
Copy Markdown
Contributor

larsoner commented Nov 5, 2025

Okay in it goes, thanks @timhoffm !

prmukherj added a commit to ansys/pyfluent that referenced this pull request Mar 27, 2026
…10 updates (#4966)

Bumps the dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.1` | `9.0.2` |
| [numpydoc](https://github.com/numpy/numpydoc) | `1.9.0` | `1.10.0` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.7` |
`3.10.8` |
| [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) |
`1.6.3` | `1.7.1` |
| [pypandoc](https://github.com/JessicaTegner/pypandoc) | `1.15` |
`1.16.2` |
| [pytest-sphinx](https://github.com/thisch/pytest-sphinx) | `0.6.3` |
`0.7.1` |
| [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) |
`0.19.0` | `0.20.0` |
| [sphinxemoji](https://github.com/sphinx-contrib/emojicodes) | `0.3.1`
| `0.3.2` |
| [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) |
`4.14.2` | `4.14.3` |
| [quarto-cli](https://github.com/quarto-dev/quarto-cli) | `1.8.25` |
`1.8.27` |


Updates `pytest` from 9.0.1 to 9.0.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/pytest-dev/pytest/releases">pytest's
releases</a>.</em></p>
<blockquote>
<h2>9.0.2</h2>
<h1>pytest 9.0.2 (2025-12-06)</h1>
<h2>Bug fixes</h2>
<ul>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/13896">#13896</a>:
The terminal progress feature added in pytest 9.0.0 has been disabled by
default, except on Windows, due to compatibility issues with some
terminal emulators.</p>
<p>You may enable it again by passing <code>-p terminalprogress</code>.
We may enable it by default again once compatibility improves in the
future.</p>
<p>Additionally, when the environment variable <code>TERM</code> is
<code>dumb</code>, the escape codes are no longer emitted, even if the
plugin is enabled.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/13904">#13904</a>:
Fixed the TOML type of the <code>tmp_path_retention_count</code>
settings in the API reference from number to string.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/13946">#13946</a>:
The private <code>config.inicfg</code> attribute was changed in a
breaking manner in pytest 9.0.0.
Due to its usage in the ecosystem, it is now restored to working order
using a compatibility shim.
It will be deprecated in pytest 9.1 and removed in pytest 10.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/pytest-dev/pytest/issues/13965">#13965</a>:
Fixed quadratic-time behavior when handling <code>unittest</code>
subtests in Python 3.10.</p>
</li>
</ul>
<h2>Improved documentation</h2>
<ul>
<li><a
href="https://redirect.github.com/pytest-dev/pytest/issues/4492">#4492</a>:
The API Reference now contains cross-reference-able documentation of
<code>pytest's command-line flags
&lt;command-line-flags&gt;</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pytest-dev/pytest/commit/3d10b5148e03eb82b3ee29181dbdc73cf82699e2"><code>3d10b51</code></a>
Prepare release version 9.0.2</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/188750b725add8c3400eee6fbb6b80559c296d69"><code>188750b</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/14030">#14030</a>
from pytest-dev/patchback/backports/9.0.x/1e4b01d1f...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/b7d7bef90cb9a6db8ac1d3dd5b9ae0eb9abd6c58"><code>b7d7bef</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/14014">#14014</a>
from bluetech/compat-note</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/bd08e85ac76614ff5ca9ae338aee8d8b06c8fae0"><code>bd08e85</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/14013">#14013</a>
from pytest-dev/patchback/backports/9.0.x/922b60377...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/bc783862991241c442c9f9c068e51737ec15ea10"><code>bc78386</code></a>
Add CLI options reference documentation (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13930">#13930</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/5a4e398ce89bc23d2cf3fd98c042fdffb6fa8afa"><code>5a4e398</code></a>
Fix docs typo (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/14005">#14005</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/14008">#14008</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/d7ae6df394398168bf9d926f803c26849c8f07ee"><code>d7ae6df</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/14006">#14006</a>
from pytest-dev/maintenance/update-plugin-list-tmpl...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/556f6a22e12d13d1ffeceaf64424eb95d5e0fb87"><code>556f6a2</code></a>
pre-commit: fix rst-lint after new release (<a
href="https://redirect.github.com/pytest-dev/pytest/issues/13999">#13999</a>)
(<a
href="https://redirect.github.com/pytest-dev/pytest/issues/14001">#14001</a>)</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/c60fbe63a26f64a42738e3f3527a8f79024fdf50"><code>c60fbe6</code></a>
Fix quadratic-time behavior when handling <code>unittest</code> subtests
in Python 3.10 ...</li>
<li><a
href="https://github.com/pytest-dev/pytest/commit/73d9b011183d9a1c4a7007c1119d97a6e627788e"><code>73d9b01</code></a>
Merge pull request <a
href="https://redirect.github.com/pytest-dev/pytest/issues/13995">#13995</a>
from nicoddemus/patchback/backports/9.0.x/1b5200c0f...</li>
<li>Additional commits viewable in <a
href="https://github.com/pytest-dev/pytest/compare/9.0.1...9.0.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `numpydoc` from 1.9.0 to 1.10.0
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/numpy/numpydoc/commit/16a20aad58d5532fb12c2a87af0eb4ea290bacb4"><code>16a20aa</code></a>
MAINT: Prep for v1.10.0 (<a
href="https://redirect.github.com/numpy/numpydoc/issues/667">#667</a>)</li>
<li><a
href="https://github.com/numpy/numpydoc/commit/e5c0a2b2f2d39343c629d030916661639f6ac774"><code>e5c0a2b</code></a>
More CI updates (<a
href="https://redirect.github.com/numpy/numpydoc/issues/663">#663</a>)</li>
<li><a
href="https://github.com/numpy/numpydoc/commit/3be1d9a121cb255b13c2ed5dc4b07215c8cb2ced"><code>3be1d9a</code></a>
Bump actions/checkout from 5 to 6 in the actions group (<a
href="https://redirect.github.com/numpy/numpydoc/issues/666">#666</a>)</li>
<li><a
href="https://github.com/numpy/numpydoc/commit/b88f5ee7b43a7e14b28d526405c6f05b2e8a7eb2"><code>b88f5ee</code></a>
Constructor checking for AST validator (<a
href="https://redirect.github.com/numpy/numpydoc/issues/622">#622</a>)</li>
<li><a
href="https://github.com/numpy/numpydoc/commit/eb831f44cc6a73b47862f3347e327b0047d7f3f0"><code>eb831f4</code></a>
CI version updates (<a
href="https://redirect.github.com/numpy/numpydoc/issues/662">#662</a>)</li>
<li><a
href="https://github.com/numpy/numpydoc/commit/8fa7fa2772176739f4946f9e353e498a0137b992"><code>8fa7fa2</code></a>
TST: Fix pytest warning regression by switching to re.escape() (<a
href="https://redirect.github.com/numpy/numpydoc/issues/660">#660</a>)</li>
<li><a
href="https://github.com/numpy/numpydoc/commit/ad9391beb863d7661459bb7b799fb75ad3ae68d6"><code>ad9391b</code></a>
MAINT: Add missing hooks tests. (<a
href="https://redirect.github.com/numpy/numpydoc/issues/653">#653</a>)</li>
<li><a
href="https://github.com/numpy/numpydoc/commit/6f40c56ce5950b10c0c3f9a9cb58eb07fffe73fc"><code>6f40c56</code></a>
MAINT: rm unused kwarg from private method. (<a
href="https://redirect.github.com/numpy/numpydoc/issues/658">#658</a>)</li>
<li><a
href="https://github.com/numpy/numpydoc/commit/226551a8ca139e66f7307e4805b11bc67aad3d58"><code>226551a</code></a>
Bump the actions group with 2 updates (<a
href="https://redirect.github.com/numpy/numpydoc/issues/657">#657</a>)</li>
<li><a
href="https://github.com/numpy/numpydoc/commit/a76aba773c3d6c63328afb40acc48b6fc19a0717"><code>a76aba7</code></a>
Bump the actions group with 3 updates (<a
href="https://redirect.github.com/numpy/numpydoc/issues/647">#647</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/numpy/numpydoc/compare/v1.9.0...v1.10.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `matplotlib` from 3.10.7 to 3.10.8
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/matplotlib/matplotlib/releases">matplotlib's
releases</a>.</em></p>
<blockquote>
<h2>REL: v3.10.8</h2>
<p>This is a bugfix release in the 3.10.x series.</p>
<p>The primary highlights of this release are:</p>
<ul>
<li>Properly allow freethreaded mode in the MacOS backend</li>
<li>Better error handling for MacOS backend</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/1392cbe3c79cdb93f9282747841d648770f60249"><code>1392cbe</code></a>
REL: v3.10.8</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/0b9ebb35f8310f22eb7f932b2ae14befb1f40b6f"><code>0b9ebb3</code></a>
Doc release prep v3.10.8</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/bc7b5c4377ce2544e8936255c51c1ff7cd0c5a85"><code>bc7b5c4</code></a>
Merge branch 'v3.10.7-doc' into v3.10.x</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/86b38d3f29aa2af2ddcbd1895433117caa0fba47"><code>86b38d3</code></a>
Github stats v3.10.8</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/9512188e42f9d221f83869113c44f99fe1832a0f"><code>9512188</code></a>
Merge pull request <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/30717">#30717</a>
from meeseeksmachine/auto-backport-of-pr-30714-on-v...</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/d300769285e2c920804134e40ec83837eabe16d8"><code>d300769</code></a>
Backport PR <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/30714">#30714</a>:
FIX: Gracefully handle numpy arrays as input to check_in_...</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/799bc9561daea5b5578f888817cb45c9321a0463"><code>799bc95</code></a>
Merge pull request <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/30711">#30711</a>
from ngoldbaum/v3.10.x</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/134000ba19a4354da2ad1084627039e05c936754"><code>134000b</code></a>
Merge pull request <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/30697">#30697</a>
from ngoldbaum/fix-plotting-on-worker-threads</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/5b8e219d70f1daa443330eb6a5a6211506b37362"><code>5b8e219</code></a>
TST: Run macosx backends in a subprocess</li>
<li><a
href="https://github.com/matplotlib/matplotlib/commit/878e71a95006d3aec9505f3bd836968951fdd163"><code>878e71a</code></a>
Backport PR <a
href="https://redirect.github.com/matplotlib/matplotlib/issues/29810">#29810</a>:
Declare free-threaded support in MacOS backend extension ...</li>
<li>Additional commits viewable in <a
href="https://github.com/matplotlib/matplotlib/compare/v3.10.7...v3.10.8">compare
view</a></li>
</ul>
</details>
<br />

Updates `ansys-sphinx-theme` from 1.6.3 to 1.7.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ansys/ansys-sphinx-theme/releases">ansys-sphinx-theme's
releases</a>.</em></p>
<blockquote>
<h2>v1.7.1</h2>
<p>Fixed</p>
<!-- raw HTML omitted -->
<p>Dependencies</p>
<!-- raw HTML omitted -->
<p>Maintenance</p>
<!-- raw HTML omitted -->
<h2>v1.7.0</h2>
<p>Added</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ansys/ansys-sphinx-theme/commit/9f5fc6aedc9622e0d07d630770b6c83dcaaca1c8"><code>9f5fc6a</code></a>
chore: updating CHANGELOG for v1.7.1</li>
<li><a
href="https://github.com/ansys/ansys-sphinx-theme/commit/49501c6842e934cd172267daf42109c117f73144"><code>49501c6</code></a>
release: bump version 1.7.1</li>
<li><a
href="https://github.com/ansys/ansys-sphinx-theme/commit/1854c3ed5c9996465332befaa5f3441f483c7cf8"><code>1854c3e</code></a>
ci: bump the actions group across 1 directory with 2 updates (<a
href="https://redirect.github.com/ansys/ansys-sphinx-theme/issues/887">#887</a>)</li>
<li><a
href="https://github.com/ansys/ansys-sphinx-theme/commit/3203435ec1175e2bed9185facdf2479690bbe770"><code>3203435</code></a>
build: bump tox from 4.36.0 to 4.36.1 (<a
href="https://redirect.github.com/ansys/ansys-sphinx-theme/issues/891">#891</a>)</li>
<li><a
href="https://github.com/ansys/ansys-sphinx-theme/commit/4164bad338e6efc918f6abdd6cb81a89ae3335a6"><code>4164bad</code></a>
fix: add flexible dependency versions for <code>Python 3.10+</code>
support and new &quot;...</li>
<li><a
href="https://github.com/ansys/ansys-sphinx-theme/commit/3a4156d5eb05549b0f495be9488013ad2cf6c696"><code>3a4156d</code></a>
chore: updating CHANGELOG for v1.7.0</li>
<li><a
href="https://github.com/ansys/ansys-sphinx-theme/commit/b886302151d513096af5db0eb4297edae46785cc"><code>b886302</code></a>
release: bump version 1.7.0</li>
<li><a
href="https://github.com/ansys/ansys-sphinx-theme/commit/33daa040c83213e881bd45efd0ea4fc2a2bce5d1"><code>33daa04</code></a>
ci: fix labels (<a
href="https://redirect.github.com/ansys/ansys-sphinx-theme/issues/876">#876</a>)</li>
<li><a
href="https://github.com/ansys/ansys-sphinx-theme/commit/cbbf53e5c27ec25d900d73546d2b77f2041409b7"><code>cbbf53e</code></a>
fix: workflow layout (<a
href="https://redirect.github.com/ansys/ansys-sphinx-theme/issues/874">#874</a>)</li>
<li><a
href="https://github.com/ansys/ansys-sphinx-theme/commit/c2d12cd628fff900922376a3cdd387af3730e171"><code>c2d12cd</code></a>
fix: sphinx design version (<a
href="https://redirect.github.com/ansys/ansys-sphinx-theme/issues/872">#872</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/ansys/ansys-sphinx-theme/compare/v1.6.3...v1.7.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `pypandoc` from 1.15 to 1.16.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/JessicaTegner/pypandoc/releases">pypandoc's
releases</a>.</em></p>
<blockquote>
<h2>Latest Development Version</h2>
<h2>Commits</h2>
<ul>
<li>dd30edc: Improvements to CI (JessicaTegner) <a
href="https://redirect.github.com/JessicaTegner/pypandoc/pull/414">#414</a></li>
<li>dbb1505: [pre-commit.ci] auto fixes from pre-commit.com hooks
(pre-commit-ci[bot]) <a
href="https://redirect.github.com/JessicaTegner/pypandoc/pull/414">#414</a></li>
<li>35035f6: pypandoc v1.16.1 (JessicaTegner)</li>
<li>9f830b3: Use PyTinyTeX instead in ci (JessicaTegner) <a
href="https://redirect.github.com/JessicaTegner/pypandoc/pull/415">#415</a></li>
<li>811741a: skip pdf testi n ci (JessicaTegner) <a
href="https://redirect.github.com/JessicaTegner/pypandoc/pull/415">#415</a></li>
<li>1999a28: remove tinytex (JessicaTegner) <a
href="https://redirect.github.com/JessicaTegner/pypandoc/pull/415">#415</a></li>
<li>71dedd4: [pre-commit.ci] auto fixes from pre-commit.com hooks
(pre-commit-ci[bot]) <a
href="https://redirect.github.com/JessicaTegner/pypandoc/pull/415">#415</a></li>
<li>eaafdbe: pypandoc v1.16.2 (JessicaTegner)</li>
<li>8561489: Add FUNDING.yml with sponsorship links (JessicaTegner) <a
href="https://redirect.github.com/JessicaTegner/pypandoc/pull/419">#419</a></li>
<li>a589d4f: Use native GitHub FUNDING.yml fields (JessicaTegner) <a
href="https://redirect.github.com/JessicaTegner/pypandoc/pull/419">#419</a></li>
<li>ca92814: Remove repo-level FUNDING.yml (using org-level .github
instead) (JessicaTegner) <a
href="https://redirect.github.com/JessicaTegner/pypandoc/pull/422">#422</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/JessicaTegner/pypandoc/commit/eaafdbe39a8a5446a639c15c24c87d71c2b106e4"><code>eaafdbe</code></a>
pypandoc v1.16.2</li>
<li><a
href="https://github.com/JessicaTegner/pypandoc/commit/5face72ae29292938b4b5e93e8c2a694a1a07a68"><code>5face72</code></a>
Merge pull request <a
href="https://redirect.github.com/JessicaTegner/pypandoc/issues/415">#415</a>
from JessicaTegner/jessica/tinytex_fix</li>
<li><a
href="https://github.com/JessicaTegner/pypandoc/commit/71dedd468d6b487d5aadcc7c2a3e926f375af6f4"><code>71dedd4</code></a>
[pre-commit.ci] auto fixes from pre-commit.com hooks</li>
<li><a
href="https://github.com/JessicaTegner/pypandoc/commit/1999a28cfea49c3e13f0f2be3abbc554e8272e97"><code>1999a28</code></a>
remove tinytex</li>
<li><a
href="https://github.com/JessicaTegner/pypandoc/commit/811741ae2c8d9c5f62285b1a894c15d5d0700c65"><code>811741a</code></a>
skip pdf testi n ci</li>
<li><a
href="https://github.com/JessicaTegner/pypandoc/commit/9f830b373e0bb30b9a8127df811a7b8d491207f7"><code>9f830b3</code></a>
Use PyTinyTeX instead in ci</li>
<li><a
href="https://github.com/JessicaTegner/pypandoc/commit/35035f6b80a6c899a7dbb15cc8449ab5f7521cde"><code>35035f6</code></a>
pypandoc v1.16.1</li>
<li><a
href="https://github.com/JessicaTegner/pypandoc/commit/a44afee0c58ac5a93a51e4c1d96280d45ad2d8b9"><code>a44afee</code></a>
Merge pull request <a
href="https://redirect.github.com/JessicaTegner/pypandoc/issues/414">#414</a>
from JessicaTegner/jessica/cifix</li>
<li><a
href="https://github.com/JessicaTegner/pypandoc/commit/dbb1505b8f29c7dd939abfb48224d0d5286d49c3"><code>dbb1505</code></a>
[pre-commit.ci] auto fixes from pre-commit.com hooks</li>
<li><a
href="https://github.com/JessicaTegner/pypandoc/commit/dd30edca83a16f4e0aaedb77f47f8c218c6d95f8"><code>dd30edc</code></a>
Improvements to CI</li>
<li>Additional commits viewable in <a
href="https://github.com/JessicaTegner/pypandoc/compare/v1.15...v1.16.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `pytest-sphinx` from 0.6.3 to 0.7.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/thisch/pytest-sphinx/releases">pytest-sphinx's
releases</a>.</em></p>
<blockquote>
<h2>v0.7.1</h2>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/twmr/pytest-sphinx/compare/v0.7.0...v0.7.1">https://github.com/twmr/pytest-sphinx/compare/v0.7.0...v0.7.1</a></p>
<h2>v0.7.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Add support for python 3.14 and drop support for 3.9 by <a
href="https://github.com/twmr"><code>@​twmr</code></a> in <a
href="https://redirect.github.com/twmr/pytest-sphinx/pull/68">twmr/pytest-sphinx#68</a></li>
<li>Adapt to changes in doctest stdlib package (Fixes <a
href="https://redirect.github.com/thisch/pytest-sphinx/issues/67">#67</a>)
by <a href="https://github.com/twmr"><code>@​twmr</code></a> in <a
href="https://redirect.github.com/twmr/pytest-sphinx/pull/68">twmr/pytest-sphinx#68</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/twmr/pytest-sphinx/compare/v0.6.3...v0.7.0">https://github.com/twmr/pytest-sphinx/compare/v0.6.3...v0.7.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/twmr/pytest-sphinx/blob/master/CHANGELOG.md">pytest-sphinx's
changelog</a>.</em></p>
<blockquote>
<h2>[0.7.1] - 2026-01-21</h2>
<h3></h3>
<ul>
<li>Fixed pypi upload issue</li>
</ul>
<h2>[0.7] - 2025-11-28</h2>
<h3></h3>
<ul>
<li>Drop support for python 3.8 and 3.9 and add support for 3.13 and
3.14</li>
<li>Adapt to changes in doctest stdlib package (Fixes <a
href="https://redirect.github.com/thisch/pytest-sphinx/issues/67">#67</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/twmr/pytest-sphinx/commit/f470f83ebd9d94ed0213f8744e9ac23b57a1eadb"><code>f470f83</code></a>
Set version to 0.7.1</li>
<li><a
href="https://github.com/twmr/pytest-sphinx/commit/f5a5ce77173e8c723e951c4ed539b203ead1e304"><code>f5a5ce7</code></a>
Add pytest section to pyproject.toml</li>
<li><a
href="https://github.com/twmr/pytest-sphinx/commit/7587e15cc95bc69b9c8eb39e62962cec3b57f624"><code>7587e15</code></a>
WIP New PyPI github workflow</li>
<li><a
href="https://github.com/twmr/pytest-sphinx/commit/21972c431ad28248aebfc98ebf0cc36b8bac4114"><code>21972c4</code></a>
Update version</li>
<li><a
href="https://github.com/twmr/pytest-sphinx/commit/d9ede383b369328dcf8e20da113e039e6b493d97"><code>d9ede38</code></a>
Add ruff config</li>
<li><a
href="https://github.com/twmr/pytest-sphinx/commit/3daa5c1a682ea2c0fbffc50c3ec6749e2ad9f82e"><code>3daa5c1</code></a>
Fix tests that use sphinx-build</li>
<li><a
href="https://github.com/twmr/pytest-sphinx/commit/da49af153aba6f770c2d84ebea9a83cc4957bc12"><code>da49af1</code></a>
Remove code that is no needed since we dropped support for py3.9</li>
<li><a
href="https://github.com/twmr/pytest-sphinx/commit/b37909d8b8d5f5c689884fcc42fc3916e8c1fd0f"><code>b37909d</code></a>
Adapt to change in the doctest pkg from the stdlib in &gt;= py3.13</li>
<li><a
href="https://github.com/twmr/pytest-sphinx/commit/1ea18533be88bd61eb62da633c5fb65e9747d0e9"><code>1ea1853</code></a>
Use ruff instead of flake8, black and isort</li>
<li><a
href="https://github.com/twmr/pytest-sphinx/commit/3d717e81f0cbfc491d0ce0642d1ee0505201c4cc"><code>3d717e8</code></a>
Add support for python 3.14 and drop support for 3.9</li>
<li>Additional commits viewable in <a
href="https://github.com/thisch/pytest-sphinx/compare/v0.6.3...v0.7.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `sphinx-gallery` from 0.19.0 to 0.20.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sphinx-gallery/sphinx-gallery/releases">sphinx-gallery's
releases</a>.</em></p>
<blockquote>
<h2>Release v0.20.0</h2>
<!-- raw HTML omitted -->
<p>Support for Python 3.8 dropped in this release. Requirement is now
Python &gt;=3.10.</p>
<h2>What's Changed</h2>
<ul>
<li>Bump version 0.20.0 by <a
href="https://github.com/lucyleeow"><code>@​lucyleeow</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1439">sphinx-gallery/sphinx-gallery#1439</a></li>
<li>MNT Add test for <code>_bool_eval</code> and add configs to
<code>_bool_eval</code> check by <a
href="https://github.com/lucyleeow"><code>@​lucyleeow</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1442">sphinx-gallery/sphinx-gallery#1442</a></li>
<li>Add POT, SKADA and TorchDR to the list in README by <a
href="https://github.com/rflamary"><code>@​rflamary</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1446">sphinx-gallery/sphinx-gallery#1446</a></li>
<li>Update instructions for converting script to notebook by <a
href="https://github.com/ixjlyons"><code>@​ixjlyons</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1458">sphinx-gallery/sphinx-gallery#1458</a></li>
<li>Add comment on path for sphinx_gallery_thumbnail_path by <a
href="https://github.com/AdamRJensen"><code>@​AdamRJensen</code></a> in
<a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1463">sphinx-gallery/sphinx-gallery#1463</a></li>
<li>DOC Add plotly to supported scrapers by <a
href="https://github.com/lucyleeow"><code>@​lucyleeow</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1481">sphinx-gallery/sphinx-gallery#1481</a></li>
<li>DOC: Add JUnit XML parsing example by <a
href="https://github.com/user27182"><code>@​user27182</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1451">sphinx-gallery/sphinx-gallery#1451</a></li>
<li>DOC Update junit doc by <a
href="https://github.com/lucyleeow"><code>@​lucyleeow</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1450">sphinx-gallery/sphinx-gallery#1450</a></li>
<li>[DOC] Add an example or index.rst file that allow example in
multiple sections by <a
href="https://github.com/rflamary"><code>@​rflamary</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1483">sphinx-gallery/sphinx-gallery#1483</a></li>
<li>Embed code links with dirhtml builder by <a
href="https://github.com/cgohlke"><code>@​cgohlke</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1486">sphinx-gallery/sphinx-gallery#1486</a></li>
<li>Fix typo in note about Binder/JupyterLite by <a
href="https://github.com/niksirbi"><code>@​niksirbi</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1490">sphinx-gallery/sphinx-gallery#1490</a></li>
<li>Remove &quot;# noqa: E501&quot; from end of text blocks by <a
href="https://github.com/lucyleeow"><code>@​lucyleeow</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1496">sphinx-gallery/sphinx-gallery#1496</a></li>
<li>allow git archives to have dynamic versioning by <a
href="https://github.com/drammock"><code>@​drammock</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1497">sphinx-gallery/sphinx-gallery#1497</a></li>
<li>Update FAQ with notebook and RST file guidance by <a
href="https://github.com/timhoffm"><code>@​timhoffm</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1499">sphinx-gallery/sphinx-gallery#1499</a></li>
<li>DOC: Add cards for the subsections on the main topic pages by <a
href="https://github.com/timhoffm"><code>@​timhoffm</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1500">sphinx-gallery/sphinx-gallery#1500</a></li>
<li>Fix sphinx warning by <a
href="https://github.com/timhoffm"><code>@​timhoffm</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1504">sphinx-gallery/sphinx-gallery#1504</a></li>
<li>MNT: Use names instead of indices for Block namedtuple by <a
href="https://github.com/timhoffm"><code>@​timhoffm</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1509">sphinx-gallery/sphinx-gallery#1509</a></li>
<li>FIX: Fix test_recommend_n_examples by <a
href="https://github.com/timhoffm"><code>@​timhoffm</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1508">sphinx-gallery/sphinx-gallery#1508</a></li>
<li>ENH: Use :doc: instead of :ref: to link to examples by <a
href="https://github.com/timhoffm"><code>@​timhoffm</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1510">sphinx-gallery/sphinx-gallery#1510</a></li>
<li>MAINT: Add MNE-Python doc build integration test by <a
href="https://github.com/larsoner"><code>@​larsoner</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1514">sphinx-gallery/sphinx-gallery#1514</a></li>
<li>Support plain .rst files as example inputs by <a
href="https://github.com/timhoffm"><code>@​timhoffm</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1516">sphinx-gallery/sphinx-gallery#1516</a></li>
<li>MNT Update jupyterlite-sphinx version in circle CI by <a
href="https://github.com/lucyleeow"><code>@​lucyleeow</code></a> in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1525">sphinx-gallery/sphinx-gallery#1525</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/rflamary"><code>@​rflamary</code></a>
made their first contribution in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1446">sphinx-gallery/sphinx-gallery#1446</a></li>
<li><a
href="https://github.com/AdamRJensen"><code>@​AdamRJensen</code></a>
made their first contribution in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1463">sphinx-gallery/sphinx-gallery#1463</a></li>
<li><a href="https://github.com/user27182"><code>@​user27182</code></a>
made their first contribution in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1451">sphinx-gallery/sphinx-gallery#1451</a></li>
<li><a href="https://github.com/cgohlke"><code>@​cgohlke</code></a> made
their first contribution in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1486">sphinx-gallery/sphinx-gallery#1486</a></li>
<li><a href="https://github.com/niksirbi"><code>@​niksirbi</code></a>
made their first contribution in <a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/pull/1490">sphinx-gallery/sphinx-gallery#1490</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/sphinx-gallery/sphinx-gallery/compare/v0.19.0...v0.20.0">https://github.com/sphinx-gallery/sphinx-gallery/compare/v0.19.0...v0.20.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sphinx-gallery/sphinx-gallery/blob/master/CHANGES.rst">sphinx-gallery's
changelog</a>.</em></p>
<blockquote>
<h2>v0.20.0</h2>
<p><strong>Implemented enhancements:</strong></p>
<ul>
<li>Support plain .rst files as example inputs
<code>[#1516](sphinx-gallery/sphinx-gallery#1516)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1516&gt;</code>__
(<code>timhoffm &lt;https://github.com/timhoffm&gt;</code>__)</li>
<li>Remove “# noqa: E501” from end of text blocks
<code>[#1496](sphinx-gallery/sphinx-gallery#1496)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1496&gt;</code>__
(<code>lucyleeow &lt;https://github.com/lucyleeow&gt;</code>__)</li>
<li>Embed code links with dirhtml builder
<code>[#1486](sphinx-gallery/sphinx-gallery#1486)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1486&gt;</code>__
(<code>cgohlke &lt;https://github.com/cgohlke&gt;</code>__)</li>
</ul>
<p><strong>Fixed bugs:</strong></p>
<ul>
<li>FIX: Fix test_recommend_n_examples
<code>[#1508](sphinx-gallery/sphinx-gallery#1508)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1508&gt;</code>__
(<code>timhoffm &lt;https://github.com/timhoffm&gt;</code>__)</li>
</ul>
<p><strong>Documentation</strong></p>
<ul>
<li>DOC: Add cards for the subsections on the main topic pages
<code>[#1500](sphinx-gallery/sphinx-gallery#1500)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1500&gt;</code>__
(<code>timhoffm &lt;https://github.com/timhoffm&gt;</code>__)</li>
<li>Update FAQ with notebook and RST file guidance
<code>[#1499](sphinx-gallery/sphinx-gallery#1499)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1499&gt;</code>__
(<code>timhoffm &lt;https://github.com/timhoffm&gt;</code>__)</li>
<li>Fix typo in note about Binder/JupyterLite
<code>[#1490](sphinx-gallery/sphinx-gallery#1490)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1490&gt;</code>__
(<code>niksirbi &lt;https://github.com/niksirbi&gt;</code>__)</li>
<li>[DOC] Add an example or index.rst file that allow example in
multiple sections
<code>[#1483](sphinx-gallery/sphinx-gallery#1483)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1483&gt;</code>__
(<code>rflamary &lt;https://github.com/rflamary&gt;</code>__)</li>
<li>DOC Add plotly to supported scrapers
<code>[#1481](sphinx-gallery/sphinx-gallery#1481)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1481&gt;</code>__
(<code>lucyleeow &lt;https://github.com/lucyleeow&gt;</code>__)</li>
<li>Add comment on path for sphinx_gallery_thumbnail_path
<code>[#1463](sphinx-gallery/sphinx-gallery#1463)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1463&gt;</code>__
(<code>AdamRJensen &lt;https://github.com/AdamRJensen&gt;</code>__)</li>
<li>Update instructions for converting script to notebook
<code>[#1458](sphinx-gallery/sphinx-gallery#1458)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1458&gt;</code>__
(<code>ixjlyons &lt;https://github.com/ixjlyons&gt;</code>__)</li>
<li>DOC Update junit doc
<code>[#1450](sphinx-gallery/sphinx-gallery#1450)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1450&gt;</code>__
(<code>lucyleeow &lt;https://github.com/lucyleeow&gt;</code>__)</li>
<li>DOC: Add JUnit XML parsing example
<code>[#1451](sphinx-gallery/sphinx-gallery#1451)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1451&gt;</code>__
(<code>user27182 &lt;https://github.com/user27182&gt;</code>__)</li>
</ul>
<p><strong>Project maintenance</strong></p>
<ul>
<li>[pre-commit.ci] pre-commit autoupdate
<code>[#1528](sphinx-gallery/sphinx-gallery#1528)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1528&gt;</code>__
(<code>pre-commit-ci[bot]
&lt;https://github.com/apps/pre-commit-ci&gt;</code>__)</li>
<li>MNT Update jupyterlite-sphinx version in circle CI
<code>[#1525](sphinx-gallery/sphinx-gallery#1525)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1525&gt;</code>__
(<code>lucyleeow &lt;https://github.com/lucyleeow&gt;</code>__)</li>
<li>[pre-commit.ci] pre-commit autoupdate
<code>[#1524](sphinx-gallery/sphinx-gallery#1524)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1524&gt;</code>__
(<code>pre-commit-ci[bot]
&lt;https://github.com/apps/pre-commit-ci&gt;</code>__)</li>
<li>Bump actions/checkout from 5 to 6 in the actions group
<code>[#1523](sphinx-gallery/sphinx-gallery#1523)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1523&gt;</code>__
(<code>dependabot[bot]
&lt;https://github.com/apps/dependabot&gt;</code>__)</li>
<li>[pre-commit.ci] pre-commit autoupdate
<code>[#1522](sphinx-gallery/sphinx-gallery#1522)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1522&gt;</code>__
(<code>pre-commit-ci[bot]
&lt;https://github.com/apps/pre-commit-ci&gt;</code>__)</li>
<li>[pre-commit.ci] pre-commit autoupdate
<code>[#1520](sphinx-gallery/sphinx-gallery#1520)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1520&gt;</code>__
(<code>pre-commit-ci[bot]
&lt;https://github.com/apps/pre-commit-ci&gt;</code>__)</li>
<li>[pre-commit.ci] pre-commit autoupdate
<code>[#1515](sphinx-gallery/sphinx-gallery#1515)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1515&gt;</code>__
(<code>pre-commit-ci[bot]
&lt;https://github.com/apps/pre-commit-ci&gt;</code>__)</li>
<li>MAINT: Add MNE-Python doc build integration test
<code>[#1514](sphinx-gallery/sphinx-gallery#1514)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1514&gt;</code>__
(<code>larsoner &lt;https://github.com/larsoner&gt;</code>__)</li>
<li>ENH: Use :doc: instead of :ref: to link to examples
<code>[#1510](sphinx-gallery/sphinx-gallery#1510)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1510&gt;</code>__
(<code>timhoffm &lt;https://github.com/timhoffm&gt;</code>__)</li>
<li>MNT: Use names instead of indices for Block namedtuple
<code>[#1509](sphinx-gallery/sphinx-gallery#1509)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1509&gt;</code>__
(<code>timhoffm &lt;https://github.com/timhoffm&gt;</code>__)</li>
<li>[pre-commit.ci] pre-commit autoupdate
<code>[#1506](sphinx-gallery/sphinx-gallery#1506)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1506&gt;</code>__
(<code>pre-commit-ci[bot]
&lt;https://github.com/apps/pre-commit-ci&gt;</code>__)</li>
<li>Bump the actions group with 2 updates
<code>[#1505](sphinx-gallery/sphinx-gallery#1505)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1505&gt;</code>__
(<code>dependabot[bot]
&lt;https://github.com/apps/dependabot&gt;</code>__)</li>
<li>Fix sphinx warning
<code>[#1504](sphinx-gallery/sphinx-gallery#1504)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1504&gt;</code>__
(<code>timhoffm &lt;https://github.com/timhoffm&gt;</code>__)</li>
<li>[pre-commit.ci] pre-commit autoupdate
<code>[#1503](sphinx-gallery/sphinx-gallery#1503)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1503&gt;</code>__
(<code>pre-commit-ci[bot]
&lt;https://github.com/apps/pre-commit-ci&gt;</code>__)</li>
<li>[pre-commit.ci] pre-commit autoupdate
<code>[#1502](sphinx-gallery/sphinx-gallery#1502)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1502&gt;</code>__
(<code>pre-commit-ci[bot]
&lt;https://github.com/apps/pre-commit-ci&gt;</code>__)</li>
<li>[pre-commit.ci] pre-commit autoupdate
<code>[#1501](sphinx-gallery/sphinx-gallery#1501)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1501&gt;</code>__
(<code>pre-commit-ci[bot]
&lt;https://github.com/apps/pre-commit-ci&gt;</code>__)</li>
<li>[pre-commit.ci] pre-commit autoupdate
<code>[#1498](sphinx-gallery/sphinx-gallery#1498)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1498&gt;</code>__
(<code>pre-commit-ci[bot]
&lt;https://github.com/apps/pre-commit-ci&gt;</code>__)</li>
<li>allow git archives to have dynamic versioning
<code>[#1497](sphinx-gallery/sphinx-gallery#1497)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1497&gt;</code>__
(<code>drammock &lt;https://github.com/drammock&gt;</code>__)</li>
<li>[pre-commit.ci] pre-commit autoupdate
<code>[#1495](sphinx-gallery/sphinx-gallery#1495)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1495&gt;</code>__
(<code>pre-commit-ci[bot]
&lt;https://github.com/apps/pre-commit-ci&gt;</code>__)</li>
<li>[pre-commit.ci] pre-commit autoupdate
<code>[#1494](sphinx-gallery/sphinx-gallery#1494)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1494&gt;</code>__
(<code>pre-commit-ci[bot]
&lt;https://github.com/apps/pre-commit-ci&gt;</code>__)</li>
<li>[pre-commit.ci] pre-commit autoupdate
<code>[#1492](sphinx-gallery/sphinx-gallery#1492)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1492&gt;</code>__
(<code>pre-commit-ci[bot]
&lt;https://github.com/apps/pre-commit-ci&gt;</code>__)</li>
<li>Bump actions/setup-python from 5 to 6 in the actions group
<code>[#1491](sphinx-gallery/sphinx-gallery#1491)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1491&gt;</code>__
(<code>dependabot[bot]
&lt;https://github.com/apps/dependabot&gt;</code>__)</li>
<li>[pre-commit.ci] pre-commit autoupdate
<code>[#1488](sphinx-gallery/sphinx-gallery#1488)
&lt;https://github.com/sphinx-gallery/sphinx-gallery/pull/1488&gt;</code>__
(<code>pre-commit-ci[bot]
&lt;https://github.com/apps/pre-commit-ci&gt;</code>__)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sphinx-gallery/sphinx-gallery/commit/19c1348e366d5c0c27850f9a3390ee62e974a667"><code>19c1348</code></a>
FIX: Bot</li>
<li><a
href="https://github.com/sphinx-gallery/sphinx-gallery/commit/92c17929b37c330c2fa5716eb1783b8297cccdb8"><code>92c1792</code></a>
MAINT: Bump version</li>
<li><a
href="https://github.com/sphinx-gallery/sphinx-gallery/commit/7473d0561476500c28236d47087422fecb9560d5"><code>7473d05</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/issues/1528">#1528</a>)</li>
<li><a
href="https://github.com/sphinx-gallery/sphinx-gallery/commit/5860fd8a402c7d663ba44989be16d3d0e15c5f7a"><code>5860fd8</code></a>
MNT Update python min and jupyterlite-sphinx version in circle (<a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/issues/1525">#1525</a>)</li>
<li><a
href="https://github.com/sphinx-gallery/sphinx-gallery/commit/5632327ddd72ced2fefc01459b5b19a4f55a2f80"><code>5632327</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/issues/1524">#1524</a>)</li>
<li><a
href="https://github.com/sphinx-gallery/sphinx-gallery/commit/d4a9120d43131a8bd94dfc772d312f8263a00f17"><code>d4a9120</code></a>
Bump actions/checkout from 5 to 6 in the actions group (<a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/issues/1523">#1523</a>)</li>
<li><a
href="https://github.com/sphinx-gallery/sphinx-gallery/commit/c811f04ac5d188daaa271bdf4024b28eee6379aa"><code>c811f04</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/issues/1522">#1522</a>)</li>
<li><a
href="https://github.com/sphinx-gallery/sphinx-gallery/commit/cfb9e4fdf9e9e38b03d9e5aa7016af9f3e702c40"><code>cfb9e4f</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/issues/1520">#1520</a>)</li>
<li><a
href="https://github.com/sphinx-gallery/sphinx-gallery/commit/a50772e72b3cb048f6a06afbcf7b5c9c2873b20e"><code>a50772e</code></a>
Support plain .rst files as example inputs (<a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/issues/1516">#1516</a>)</li>
<li><a
href="https://github.com/sphinx-gallery/sphinx-gallery/commit/aae6f6d6164651f3fc27bc5cfe22af6b49fd483b"><code>aae6f6d</code></a>
MAINT: Add MNE-Python doc build integration test (<a
href="https://redirect.github.com/sphinx-gallery/sphinx-gallery/issues/1514">#1514</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sphinx-gallery/sphinx-gallery/compare/v0.19.0...v0.20.0">compare
view</a></li>
</ul>
</details>
<br />

Updates `sphinxemoji` from 0.3.1 to 0.3.2
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sphinx-contrib/emojicodes/commit/cb2f29e1a8a5245621ba081043416b2862ff2a5e"><code>cb2f29e</code></a>
Bump version to 0.3.2</li>
<li><a
href="https://github.com/sphinx-contrib/emojicodes/commit/623088294fab47f5307a6259a7adc8d45510a177"><code>6230882</code></a>
Avoid using a parser in post-transform</li>
<li>See full diff in <a
href="https://github.com/sphinx-contrib/emojicodes/compare/v0.3.1...v0.3.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `beautifulsoup4` from 4.14.2 to 4.14.3

Updates `quarto-cli` from 1.8.25 to 1.8.27
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/quarto-dev/quarto-cli/releases">quarto-cli's
releases</a>.</em></p>
<blockquote>
<h2>v1.8.27</h2>
<p><strong>Changelog since last release</strong>: <a
href="https://github.com/quarto-dev/quarto-cli/compare/v1.8.26...v1.8.27">https://github.com/quarto-dev/quarto-cli/compare/v1.8.26...v1.8.27</a></p>
<p>Full 1.8 changelog up to this version:</p>
<ul>
<li>
<p>View: <a
href="https://github.com/quarto-dev/quarto-cli/blob/v1.8.27/news/changelog-1.8.md">https://github.com/quarto-dev/quarto-cli/blob/v1.8.27/news/changelog-1.8.md</a></p>
</li>
<li>
<p>Download: <a
href="https://github.com/quarto-dev/quarto-cli/releases/download/v1.8.27/changelog.md">https://github.com/quarto-dev/quarto-cli/releases/download/v1.8.27/changelog.md</a></p>
</li>
</ul>
<h2>v1.8.26</h2>
<p><strong>Changelog since last release</strong>: <a
href="https://github.com/quarto-dev/quarto-cli/compare/v1.8.25...v1.8.26">https://github.com/quarto-dev/quarto-cli/compare/v1.8.25...v1.8.26</a></p>
<p>Full 1.8 changelog up to this version:</p>
<ul>
<li>
<p>View: <a
href="https://github.com/quarto-dev/quarto-cli/blob/v1.8.26/news/changelog-1.8.md">https://github.com/quarto-dev/quarto-cli/blob/v1.8.26/news/changelog-1.8.md</a></p>
</li>
<li>
<p>Download: <a
href="https://github.com/quarto-dev/quarto-cli/releases/download/v1.8.26/changelog.md">https://github.com/quarto-dev/quarto-cli/releases/download/v1.8.26/changelog.md</a></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/quarto-dev/quarto-cli/commit/3977c9d40b46fa7ab5fc4ba38315034c3c69b8e4"><code>3977c9d</code></a>
Update version.txt</li>
<li><a
href="https://github.com/quarto-dev/quarto-cli/commit/c619645d844636b4a994f96ac4f890b7e41b02e8"><code>c619645</code></a>
Build artifacts</li>
<li><a
href="https://github.com/quarto-dev/quarto-cli/commit/6be9fc322237c5e2f98af4627751d86f5f322ac9"><code>6be9fc3</code></a>
Add <code>page-numbering</code> to schema</li>
<li><a
href="https://github.com/quarto-dev/quarto-cli/commit/b6b491fd127ee322f6ddb16799c9a97af4594ef4"><code>b6b491f</code></a>
test - temporary opt out some article layout test due to latex update
issues</li>
<li><a
href="https://github.com/quarto-dev/quarto-cli/commit/117ef60b660835da4d3ff1ed9b3b8eeacaf8f173"><code>117ef60</code></a>
Render this test without koma script</li>
<li><a
href="https://github.com/quarto-dev/quarto-cli/commit/ad92c3c51523a53dd26d8e75b204cf5eef6a500a"><code>ad92c3c</code></a>
use npm: prefix in import map for lodash (<a
href="https://redirect.github.com/quarto-dev/quarto-cli/issues/13850">#13850</a>)</li>
<li><a
href="https://github.com/quarto-dev/quarto-cli/commit/622741cee1a7927611af76ba9251a25d7acce9f7"><code>622741c</code></a>
Merge pull request <a
href="https://redirect.github.com/quarto-dev/quarto-cli/issues/13733">#13733</a>
from quarto-dev/backport/fix-font-space-detection</li>
<li><a
href="https://github.com/quarto-dev/quarto-cli/commit/f1e71be3bbd66cf81a7292ad68ad13e7d2694750"><code>f1e71be</code></a>
Fix font package detection for fonts with spaces in names</li>
<li><a
href="https://github.com/quarto-dev/quarto-cli/commit/e15a854618668c38ed5c4616ccc26ce39af8a1e9"><code>e15a854</code></a>
Merge pull request <a
href="https://redirect.github.com/quarto-dev/quarto-cli/issues/13707">#13707</a>
from quarto-dev/backport/notebook-preview-url</li>
<li><a
href="https://github.com/quarto-dev/quarto-cli/commit/82013bd50af28a83c20adf5d975ac1899479d891"><code>82013bd</code></a>
Fix notebook-view.url being ignored</li>
<li>Additional commits viewable in <a
href="https://github.com/quarto-dev/quarto-cli/compare/v1.8.25...v1.8.27">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <[email protected]>
Co-authored-by: Prithwish Mukherjee <[email protected]>
Co-authored-by: Prithwish Mukherjee <[email protected]>
Co-authored-by: Revathy Venugopal <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support plain .rst files as example inputs

3 participants