You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump the llvm-docs-requirements group across 1 directory with 18 updates (#15566)
Bumps the llvm-docs-requirements group with 18 updates in the /llvm/docs
directory:
| Package | From | To |
| --- | --- | --- |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `7.3.7` | `8.0.2` |
| [sphinx-automodapi](https://github.com/astropy/sphinx-automodapi) |
`0.17.0` | `0.18.0` |
|
[sphinxcontrib-applehelp](https://github.com/sphinx-doc/sphinxcontrib-applehelp)
| `1.0.8` | `2.0.0` |
| [furo](https://github.com/pradyunsg/furo) | `2024.5.6` | `2024.8.6` |
| [myst-parser](https://github.com/executablebooks/MyST-Parser) |
`3.0.1` | `4.0.0` |
| [alabaster](https://github.com/sphinx-doc/alabaster) | `0.7.16` |
`1.0.0` |
| [babel](https://github.com/python-babel/babel) | `2.15.0` | `2.16.0` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` |
`2024.8.30` |
| [idna](https://github.com/kjd/idna) | `3.7` | `3.10` |
| [markdown](https://github.com/Python-Markdown/markdown) | `3.6` |
`3.7` |
| [mdit-py-plugins](https://github.com/executablebooks/mdit-py-plugins)
| `0.4.1` | `0.4.2` |
| [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` |
| [soupsieve](https://github.com/facelessuser/soupsieve) | `2.5` | `2.6`
|
|
[sphinxcontrib-devhelp](https://github.com/sphinx-doc/sphinxcontrib-devhelp)
| `1.0.6` | `2.0.0` |
|
[sphinxcontrib-htmlhelp](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp)
| `2.0.5` | `2.1.0` |
|
[sphinxcontrib-qthelp](https://github.com/sphinx-doc/sphinxcontrib-qthelp)
| `1.0.7` | `2.0.0` |
|
[sphinxcontrib-serializinghtml](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml)
| `1.1.10` | `2.0.0` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.2.3` |
Updates `sphinx` from 7.3.7 to 8.0.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sphinx-doc/sphinx/releases">sphinx's
releases</a>.</em></p>
<blockquote>
<h2>Sphinx 8.0.2</h2>
<p>Changelog: <a
href="https://www.sphinx-doc.org/en/master/changes.html">https://www.sphinx-doc.org/en/master/changes.html</a></p>
<h2>Sphinx 8.0.1</h2>
<p>Changelog: <a
href="https://www.sphinx-doc.org/en/master/changes.html">https://www.sphinx-doc.org/en/master/changes.html</a></p>
<h2>Sphinx 8.0.0</h2>
<p>Changelog: <a
href="https://www.sphinx-doc.org/en/master/changes.html">https://www.sphinx-doc.org/en/master/changes.html</a></p>
<h2>Dependencies</h2>
<ul>
<li><a
href="https://redirect.github.com/sphinx-doc/sphinx/issues/12633">#12633</a>:
Drop Python 3.9 support.</li>
</ul>
<h2>Incompatible changes</h2>
<ul>
<li>
<p>Remove deprecated functions from <code>sphinx.util</code>:</p>
<ul>
<li>Removed <code>sphinx.util.path_stabilize</code>
(use <code>sphinx.util.osutil.path_stabilize</code>).</li>
<li>Removed <code>sphinx.util.display_chunk</code>
(use <code>sphinx.util.display.display_chunk</code>).</li>
<li>Removed <code>sphinx.util.status_iterator</code>
(use <code>sphinx.util.display.status_iterator</code>).</li>
<li>Removed <code>sphinx.util.SkipProgressMessage</code>
(use <code>sphinx.util.display.SkipProgressMessage</code>).</li>
<li>Removed <code>sphinx.util.progress_message</code>
(use <code>sphinx.util.display.progress_message</code>).</li>
<li>Removed <code>sphinx.util.epoch_to_rfc1123</code>
(use <code>sphinx.http_date.epoch_to_rfc1123</code>).</li>
<li>Removed <code>sphinx.util.rfc1123_to_epoch</code>
(use <code>sphinx.http_date.rfc1123_to_epoch</code>).</li>
<li>Removed <code>sphinx.util.save_traceback</code>
(use <code>sphinx.exceptions.save_traceback</code>).</li>
<li>Removed <code>sphinx.util.format_exception_cut_frames</code>
(use <code>sphinx.exceptions.format_exception_cut_frames</code>).</li>
<li>Removed <code>sphinx.util.xmlname_checker</code>
(use <code>sphinx.builders.epub3._XML_NAME_PATTERN</code>).</li>
</ul>
<p>Patch by Adam Turner.</p>
</li>
<li>
<p>Removed <code>sphinx.util.osutil.cd</code>
(use <code>contextlib.chdir</code>).
Patch by Adam Turner.</p>
</li>
<li>
<p>Removed <code>sphinx.util.typing.stringify</code>
(use <code>sphinx.util.typing.stringify_annotation</code>).
Patch by Adam Turner.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/sphinx-doc/sphinx/issues/12593">#12593</a>:
Raise an error for invalid <code>html_sidebars</code> values.
Patch by Adam Turner.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/sphinx-doc/sphinx/issues/12593">#12593</a>:
Raise an error in <code>Theme.get_config</code> for invalid
sections.</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst">sphinx's
changelog</a>.</em></p>
<blockquote>
<h1>Release 8.0.2 (released Jul 30, 2024)</h1>
<h2>Bugs fixed</h2>
<ul>
<li>Fix the <code>pygments.Formatter.__class_getitem__</code> patch.
Patch by Adam Turner.</li>
</ul>
<h1>Release 8.0.1 (released Jul 30, 2024)</h1>
<h2>Bugs fixed</h2>
<ul>
<li>Patch <code>pygments.Formatter.__class_getitem__</code> in Pygments
2.17.
Patch by Adam Turner.</li>
</ul>
<h1>Release 8.0.0 (released Jul 29, 2024)</h1>
<h2>Dependencies</h2>
<ul>
<li><a
href="https://redirect.github.com/sphinx-doc/sphinx/issues/12633">#12633</a>:
Drop Python 3.9 support.</li>
</ul>
<h2>Incompatible changes</h2>
<p>.. rst-class:: compact</p>
<ul>
<li>
<p>Remove deprecated functions from <code>sphinx.util</code>:</p>
<ul>
<li>Removed <code>sphinx.util.path_stabilize</code>
(use <code>sphinx.util.osutil.path_stabilize</code>).</li>
<li>Removed <code>sphinx.util.display_chunk</code>
(use <code>sphinx.util.display.display_chunk</code>).</li>
<li>Removed <code>sphinx.util.status_iterator</code>
(use <code>sphinx.util.display.status_iterator</code>).</li>
<li>Removed <code>sphinx.util.SkipProgressMessage</code>
(use <code>sphinx.util.display.SkipProgressMessage</code>).</li>
<li>Removed <code>sphinx.util.progress_message</code>
(use <code>sphinx.util.display.progress_message</code>).</li>
<li>Removed <code>sphinx.util.epoch_to_rfc1123</code>
(use <code>sphinx.http_date.epoch_to_rfc1123</code>).</li>
<li>Removed <code>sphinx.util.rfc1123_to_epoch</code>
(use <code>sphinx.http_date.rfc1123_to_epoch</code>).</li>
<li>Removed <code>sphinx.util.save_traceback</code>
(use <code>sphinx.exceptions.save_traceback</code>).</li>
<li>Removed <code>sphinx.util.format_exception_cut_frames</code></li>
</ul>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sphinx-doc/sphinx/commit/043750e406d8fe03953f5b565b36e05aef6866ec"><code>043750e</code></a>
Bump to 8.0.2 final</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/commit/cee9efc0ab3068e05a853ffb27c82ada869372fe"><code>cee9efc</code></a>
Use <code>classmethod</code> for a class method</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/commit/16fed3576ca76ebdbc5cfe3eada743fb4fff7928"><code>16fed35</code></a>
Bump version</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/commit/d9bda77b79b054dc19aec679b179d8b8eaf6e165"><code>d9bda77</code></a>
Bump to 8.0.1 final</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/commit/006a6a7fcf680bed229dbb58bdda1af06dd68d87"><code>006a6a7</code></a>
Fix Flake8</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/commit/d0915ab25b7214ca6441a6bb93fe1f939d915237"><code>d0915ab</code></a>
Fix mypy</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/commit/865b513cf2c88d3e30450718914aa896d90fd14e"><code>865b513</code></a>
Patch <code>pygments.Formatter.__class_getitem__</code> in Pygments
2.17</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/commit/f1d3c3f465b7239bf0f34de8e5b80e694c1474e2"><code>f1d3c3f</code></a>
Bump version</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/commit/0e8a6383be58ed1528c26a924abb73c0b4672e69"><code>0e8a638</code></a>
Bump to 8.0.0 final</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/commit/5750d0e3fe8905fb582a6db95512f28b4c26159e"><code>5750d0e</code></a>
[bot]: Update message catalogues (<a
href="https://redirect.github.com/sphinx-doc/sphinx/issues/12641">#12641</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v8.0.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `sphinx-automodapi` from 0.17.0 to 0.18.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/astropy/sphinx-automodapi/releases">sphinx-automodapi's
releases</a>.</em></p>
<blockquote>
<h2>v0.18.0 Release Notes</h2>
<h2>What's Changed</h2>
<ul>
<li>Add sort option to automodsumm by <a
href="https://github.com/nstarman"><code>@nstarman</code></a> in <a
href="https://redirect.github.com/astropy/sphinx-automodapi/pull/182">astropy/sphinx-automodapi#182</a></li>
<li>MAINT: adding sphinx 8.0.x to the testing matrix by <a
href="https://github.com/bsipocz"><code>@bsipocz</code></a> in <a
href="https://redirect.github.com/astropy/sphinx-automodapi/pull/189">astropy/sphinx-automodapi#189</a></li>
<li>Added test case for importing a class from a private submodule into
a public one by <a
href="https://github.com/astrofrog"><code>@astrofrog</code></a> in <a
href="https://redirect.github.com/astropy/sphinx-automodapi/pull/190">astropy/sphinx-automodapi#190</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/nstarman"><code>@nstarman</code></a>
made their first contribution in <a
href="https://redirect.github.com/astropy/sphinx-automodapi/pull/182">astropy/sphinx-automodapi#182</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/astropy/sphinx-automodapi/compare/v0.17.0...v0.18.0">https://github.com/astropy/sphinx-automodapi/compare/v0.17.0...v0.18.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/astropy/sphinx-automodapi/blob/main/CHANGES.rst">sphinx-automodapi's
changelog</a>.</em></p>
<blockquote>
<h2>0.18.0 (2024-09-13)</h2>
<ul>
<li>Fixed an issue where items defined in <code>__all__</code> but
originally imported
from elsewhere, e.g. a private module, were not documented. <a
href="https://redirect.github.com/astropy/sphinx-automodapi/issues/190">#190</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astropy/sphinx-automodapi/commit/e07759cb6e97f69856201602627e89a3311969a3"><code>e07759c</code></a>
Finalizing change log for 0.18.0</li>
<li><a
href="https://github.com/astropy/sphinx-automodapi/commit/2e1f9e0c7112648e62c40a51095edb25e9a4fede"><code>2e1f9e0</code></a>
Merge pull request <a
href="https://redirect.github.com/astropy/sphinx-automodapi/issues/190">#190</a>
from astrofrog/import-private-into-public</li>
<li><a
href="https://github.com/astropy/sphinx-automodapi/commit/76731714765961d3e03ddcb63e1720e9e1a462a5"><code>7673171</code></a>
Include a class imported from a public submodule too</li>
<li><a
href="https://github.com/astropy/sphinx-automodapi/commit/23d4849a92f581813fef248aedf116af14624ee2"><code>23d4849</code></a>
Add missing {posargs} in tox.ini</li>
<li><a
href="https://github.com/astropy/sphinx-automodapi/commit/c7e52e156b8bb00eec8a5ee41cdcaa7f80b263ed"><code>c7e52e1</code></a>
Added changelog entry</li>
<li><a
href="https://github.com/astropy/sphinx-automodapi/commit/baa2716c7bf616bda97cc68b7f99c85a5d94e418"><code>baa2716</code></a>
<strong>all</strong> should take precedence over onlylocals for
determining what is public</li>
<li><a
href="https://github.com/astropy/sphinx-automodapi/commit/1775419e667c17b00d7a00a3ef9945d5086ffa45"><code>1775419</code></a>
Added regression test for importing a class from a private submodule
into a p...</li>
<li><a
href="https://github.com/astropy/sphinx-automodapi/commit/7e5e6fafb32bd80caefb0e1f577850cb6de8779d"><code>7e5e6fa</code></a>
Merge pull request <a
href="https://redirect.github.com/astropy/sphinx-automodapi/issues/189">#189</a>
from bsipocz/MAINT_adding_sphinx8</li>
<li><a
href="https://github.com/astropy/sphinx-automodapi/commit/d671dd5ffaadd71869a4db8c3879855645bdb522"><code>d671dd5</code></a>
MAINT: adding sphinx 8.0.x to the testing matrix</li>
<li><a
href="https://github.com/astropy/sphinx-automodapi/commit/e7c3b5c620b28eaef711692335d481e097f2dfc4"><code>e7c3b5c</code></a>
Add sort option to automodsumm (<a
href="https://redirect.github.com/astropy/sphinx-automodapi/issues/182">#182</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astropy/sphinx-automodapi/compare/v0.17.0...v0.18.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `sphinxcontrib-applehelp` from 1.0.8 to 2.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/releases">sphinxcontrib-applehelp's
releases</a>.</em></p>
<blockquote>
<h2>sphinxcontrib-applehelp 2.0.0</h2>
<p>Changelog: <a
href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/blob/master/CHANGES.rst">https://github.com/sphinx-doc/sphinxcontrib-applehelp/blob/master/CHANGES.rst</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/blob/master/CHANGES.rst">sphinxcontrib-applehelp's
changelog</a>.</em></p>
<blockquote>
<h1>Release 2.0.0 (2024-07-28)</h1>
<ul>
<li>Adopt Ruff</li>
<li>Tighten MyPy settings</li>
<li>Update GitHub actions versions</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/f4f9d900b238d03da601bf7c75cff5bcbcee6d7c"><code>f4f9d90</code></a>
Bump to 2.0.0</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/a3e76fcf6c65a18053cf865abc6d05f7598bf410"><code>a3e76fc</code></a>
Update CHANGES links</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/2292a12982a0b6d58d26747988c069cedbfdc2a5"><code>2292a12</code></a>
Rename LICENSE to LICENCE.rst</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/e9efbd43069975476284fe8fd95da3c01271bf77"><code>e9efbd4</code></a>
Rename CHANGES to CHANGES.rst</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/0544c40957dafb453ce3fdff09768de9dc21a344"><code>0544c40</code></a>
Run CI with Python 3.12 releases</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/4e9b50579ecd5f4198ca999461d81569dccecf8f"><code>4e9b505</code></a>
Run mypy without command-line options</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/5f01d2783e68d691f086401af7d69b8c526fc859"><code>5f01d27</code></a>
Use the latest GitHub actions versions</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/5b535000130cdea7a24c00f9ea5b5b5a34ccc30b"><code>5b53500</code></a>
Enable GitHub's dependabot package update service</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/d51bb2b03d2ee12a997741626a79c0ad2f8716e7"><code>d51bb2b</code></a>
Adopt Ruff and use stricter MyPy settings</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/fbc12daa3b908d67bf899a129c98c12f03031f27"><code>fbc12da</code></a>
Update .gitignore</li>
<li>Additional commits viewable in <a
href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/compare/1.0.8...2.0.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `furo` from 2024.5.6 to 2024.8.6
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/pradyunsg/furo/blob/main/docs/changelog.md">furo's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<!-- raw HTML omitted -->
<h2>2024.08.06 -- Energetic Eminence</h2>
<ul>
<li>✨ Add support for Sphinx 8</li>
<li>✨ Add smoother transitions between breakpoints</li>
<li>Increase specificity of table-wrapper selector</li>
<li>Avoid page breaks inside paragraphs</li>
</ul>
<h2>2024.07.18 -- Dull Denim</h2>
<ul>
<li>Improve how icons are handled and aligned.</li>
<li>Improve scroll event handler.</li>
<li>Hide the copybutton by default.</li>
<li>Fix <code>source_view_link</code> configuration handling.</li>
<li>Fix close tag on pencil icon.</li>
</ul>
<h2>2024.05.06 -- Cheerful Cerulean</h2>
<ul>
<li>✨ Add new custom icons for auto mode, reflecting the currently
active theme.</li>
<li>✨ Add a view this page button.</li>
<li>✨ Add colours and highlighting to "version modified" API
helpers.</li>
<li>✨ Add release information to various customisation knobs.</li>
<li>Make all icons bigger and use a thinner stroke with them.</li>
</ul>
<h2>2024.04.27 -- Bold Burgundy</h2>
<ul>
<li>Add a skip to content link.</li>
<li>Add <code>--font-stack--headings</code>.</li>
<li>Add <code>:visited</code> colour and enforce uniform contrast
between light/dark.</li>
<li>Add an offset of <code>:target</code> to reduce back-to-top
overlap.</li>
<li>Improve dark mode colours.</li>
<li>Fix outstanding colour contrast warnings on Firefox.</li>
<li>Fix bad indent in footnotes.</li>
<li>Tweak handling of default configuration options in a more resilient
manner.</li>
<li>Tweak length and sizing of API <code>source</code> links.</li>
<li>Stop search engine indexing on search page.</li>
</ul>
<h2>2024.01.29 -- Amazing Amethyst</h2>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/pradyunsg/furo/commit/1bbf4ee4f65c488b9a0f577b8205255338a64c4d"><code>1bbf4ee</code></a>
Prepare release: 2024.08.06</li>
<li><a
href="https://github.com/pradyunsg/furo/commit/bcb22c381dc13c76abe37ff5939591fd943e0af6"><code>bcb22c3</code></a>
Update changelog</li>
<li><a
href="https://github.com/pradyunsg/furo/commit/e633f028ccb0fa4036df0dac67feec50194edb36"><code>e633f02</code></a>
Improve the selector for sidebar</li>
<li><a
href="https://github.com/pradyunsg/furo/commit/d2fa2e0b1c0989bcca79731504b55957e8bec706"><code>d2fa2e0</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/pradyunsg/furo/issues/821">#821</a>)</li>
<li><a
href="https://github.com/pradyunsg/furo/commit/05a2d63a6cfd123db27e764f3b53be7029adccd4"><code>05a2d63</code></a>
Add smoother transitions between breakpoints</li>
<li><a
href="https://github.com/pradyunsg/furo/commit/d261d3b49ddbe010f86e13f450f9e10cdaef24db"><code>d261d3b</code></a>
[pre-commit.ci] pre-commit autoupdate (<a
href="https://redirect.github.com/pradyunsg/furo/issues/810">#810</a>)</li>
<li><a
href="https://github.com/pradyunsg/furo/commit/2d3b6baa3371451d997d879a0aa61b3592ade638"><code>2d3b6ba</code></a>
Add support for Sphinx 8</li>
<li><a
href="https://github.com/pradyunsg/furo/commit/bf98041e02238ba559d749ac9a2e332c86da0876"><code>bf98041</code></a>
Increase specificity of table-wrapper selector</li>
<li><a
href="https://github.com/pradyunsg/furo/commit/fc6337c15e6f0cd080b5d395713e6ce7c27ecfc8"><code>fc6337c</code></a>
Fix the figures</li>
<li><a
href="https://github.com/pradyunsg/furo/commit/fd3f422a0f30b3a2a9a57118532aabed59596d1e"><code>fd3f422</code></a>
Avoid page breaks inside paragraphs</li>
<li>Additional commits viewable in <a
href="https://github.com/pradyunsg/furo/compare/2024.05.06...2024.08.06">compare
view</a></li>
</ul>
</details>
<br />
Updates `myst-parser` from 3.0.1 to 4.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/executablebooks/MyST-Parser/releases">myst-parser's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>⬆️ Support python>=3.10, sphinx >=7,<!-- raw HTML omitted
-->=0.19,<0.22 by <a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/pull/952">executablebooks/MyST-Parser#952</a></li>
<li>👌 Improve footnote def/ref warnings and translations by <a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/pull/931">executablebooks/MyST-Parser#931</a></li>
<li>📚 Fix typo by <a
href="https://github.com/meli-lewis"><code>@meli-lewis</code></a> in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/pull/940">executablebooks/MyST-Parser#940</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/meli-lewis"><code>@meli-lewis</code></a> made
their first contribution in <a
href="https://redirect.github.com/executablebooks/MyST-Parser/pull/940">executablebooks/MyST-Parser#940</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0">https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md">myst-parser's
changelog</a>.</em></p>
<blockquote>
<h2>4.0.0 - 2024-08-05</h2>
<p>This release bumps the supported versions of:</p>
<ul>
<li>Python to <code>3.10</code> and greater</li>
<li>Sphinx to <code>>=7,<9</code></li>
<li>Docutils to <code>>=0.19,<0.22</code></li>
</ul>
<p>Additionally, footnotes are now parsed similar to the corresponding
reStructuredText, in that resolution (between definitions and
references) and ordering is now deferred to transforms on the doctree
(in <a href="gh-pr:931">gh-pr:931</a>).</p>
<p>This allows for the proper interaction with other docutils/sphinx
transforms, including those that perform translations,
and logging of warnings for duplicate/unreferenced footnote definitions
and also for footnote references with no definitions.</p>
<p>See the <a
href="https://github.com/executablebooks/MyST-Parser/blob/master/#syntax/footnotes">footnotes
guide</a> for more information.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0">v3.0.1...v4.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/executablebooks/MyST-Parser/commit/ce37be5e3ba22786e1cad190237bedc252e78f85"><code>ce37be5</code></a>
🚀 Release v4.0.0 (<a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/954">#954</a>)</li>
<li><a
href="https://github.com/executablebooks/MyST-Parser/commit/850f7c90b92a9daf3867bef7dfc2f58d6b963aed"><code>850f7c9</code></a>
👌 Improve footnote def/ref warnings and translations (<a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/931">#931</a>)</li>
<li><a
href="https://github.com/executablebooks/MyST-Parser/commit/401e08c9504f8097d6796484e050b52e52e7c72c"><code>401e08c</code></a>
⬆️ Support python>=3.10, sphinx >=7,<9,
docutils>=0.19,<0.22 (<a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/952">#952</a>)</li>
<li><a
href="https://github.com/executablebooks/MyST-Parser/commit/d3d7fbb6a4fd2ecd12c7a29d7de902a869897eb9"><code>d3d7fbb</code></a>
🔧 pre-commit autoupdate (<a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/946">#946</a>)</li>
<li><a
href="https://github.com/executablebooks/MyST-Parser/commit/ad0f24f2206a9a7668bd5026d9f1d9a125ec0e50"><code>ad0f24f</code></a>
🔧 test fixes for sphinx 7.4 (<a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/945">#945</a>)</li>
<li><a
href="https://github.com/executablebooks/MyST-Parser/commit/d448abf395c29bb649f81fba5c1a2bc49e195cc0"><code>d448abf</code></a>
📚 Fix typo (<a
href="https://redirect.github.com/executablebooks/MyST-Parser/issues/940">#940</a>)</li>
<li>See full diff in <a
href="https://github.com/executablebooks/MyST-Parser/compare/v3.0.1...v4.0.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `alabaster` from 0.7.16 to 1.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sphinx-doc/alabaster/releases">alabaster's
releases</a>.</em></p>
<blockquote>
<h2>Alabaster 1.0.0</h2>
<p>Changelog: <a
href="https://alabaster.readthedocs.io/en/latest/changelog.html">https://alabaster.readthedocs.io/en/latest/changelog.html</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sphinx-doc/alabaster/blob/master/docs/changelog.rst">alabaster's
changelog</a>.</em></p>
<blockquote>
<h2>:git_tag:<code>1.0.0</code> -- 2024-07-26</h2>
<ul>
<li>Dropped support for Python 3.9 and earlier.</li>
<li>Dropped support for Sphinx 6.1 and earlier.</li>
<li>Use a new SVG image for the GitHub banner.</li>
<li>:feature:<code>217</code> Use the new <em>searchfield</em> component
for the search box.
Patch by Tim Hoffmann.</li>
<li>:feature:<code>104</code> Allow translating strings in
<code>relations.html</code>.</li>
<li>:bug:<code>125</code> Do not underline linked images.
Patch by Joshua Bronson.</li>
<li>:bug:<code>169</code> Do not ignore the Pygments background colour.
Patch by Matthias Geier.</li>
<li>:bug:<code>174</code> Fix clipping caused by incorrect CSS
breakpoints.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sphinx-doc/alabaster/commit/fba58a43980385019ceb593f88ab8821e17840c0"><code>fba58a4</code></a>
Bump to 1.0.0</li>
<li><a
href="https://github.com/sphinx-doc/alabaster/commit/7d5c3186f7935053d54a8d885baf8e245954a4cc"><code>7d5c318</code></a>
Update project maintainers</li>
<li><a
href="https://github.com/sphinx-doc/alabaster/commit/d25c4bc7a050b5b6a5688a464277f08352b0faec"><code>d25c4bc</code></a>
List <code>basic.css</code> in <code>theme.conf</code> (<a
href="https://redirect.github.com/sphinx-doc/alabaster/issues/219">#219</a>)</li>
<li><a
href="https://github.com/sphinx-doc/alabaster/commit/97235d1212d0c6883c9634ab739f77e020a0bc49"><code>97235d1</code></a>
Fix incorrect breakpoints that cause clipping around 875px (<a
href="https://redirect.github.com/sphinx-doc/alabaster/issues/174">#174</a>)</li>
<li><a
href="https://github.com/sphinx-doc/alabaster/commit/5bb441162abe332d85c05ccaea1c25bce5ecf2fc"><code>5bb4411</code></a>
Remove explicit width for search field input (<a
href="https://redirect.github.com/sphinx-doc/alabaster/issues/218">#218</a>)</li>
<li><a
href="https://github.com/sphinx-doc/alabaster/commit/9fdb57cf92e0064f8204fe1f61a246adebcf8f0e"><code>9fdb57c</code></a>
Update references to <code>searchbox</code></li>
<li><a
href="https://github.com/sphinx-doc/alabaster/commit/a35a1df5fc7e4c9ea5133d2379971b0d90980b20"><code>a35a1df</code></a>
Don't ignore the Pygments background (<a
href="https://redirect.github.com/sphinx-doc/alabaster/issues/169">#169</a>)</li>
<li><a
href="https://github.com/sphinx-doc/alabaster/commit/17e55e5c6cde426065ea665c93bafe58fa489153"><code>17e55e5</code></a>
Fix for "Don't put an underline on linked images" (<a
href="https://redirect.github.com/sphinx-doc/alabaster/issues/125">#125</a>)</li>
<li><a
href="https://github.com/sphinx-doc/alabaster/commit/73be8789c10a62f7aed0ea7740aad19c587e14e0"><code>73be878</code></a>
Allow translations for strings in <code>relations.html</code> (<a
href="https://redirect.github.com/sphinx-doc/alabaster/issues/104">#104</a>)</li>
<li><a
href="https://github.com/sphinx-doc/alabaster/commit/eb522b822c97dd1d7ba0ffd9d561ce140c202b71"><code>eb522b8</code></a>
Use searchfield instead of searchbox component in sidebar (<a
href="https://redirect.github.com/sphinx-doc/alabaster/issues/217">#217</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/sphinx-doc/alabaster/compare/0.7.16...1.0.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `babel` from 2.15.0 to 2.16.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/python-babel/babel/releases">babel's
releases</a>.</em></p>
<blockquote>
<h2>Version 2.16.0</h2>
<p>The changelog below is auto-generated by GitHub.</p>
<p>Please see <a
href="https://github.com/python-babel/babel/blob/cf7d22369cf40a8218cff1d3dc823eefa174aee0/CHANGES.rst">CHANGELOG.rst</a>
for additional details.</p>
<h2>What's Changed</h2>
<ul>
<li>Upgrade GitHub Actions versions to avoid deprecation warnings by <a
href="https://github.com/akx"><code>@akx</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1080">python-babel/babel#1080</a></li>
<li>Replace deprecated <code>ast.Str</code> with
<code>ast.Constant</code> by <a
href="https://github.com/tomasr8"><code>@tomasr8</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1083">python-babel/babel#1083</a></li>
<li>Fix <a
href="https://redirect.github.com/python-babel/babel/issues/1094">#1094</a>
by <a href="https://github.com/john-psina"><code>@john-psina</code></a>
in <a
href="https://redirect.github.com/python-babel/babel/pull/1095">python-babel/babel#1095</a></li>
<li>CI fixes by <a href="https://github.com/akx"><code>@akx</code></a>
in <a
href="https://redirect.github.com/python-babel/babel/pull/1097">python-babel/babel#1097</a></li>
<li>Upgrade to CLDR 45 by <a
href="https://github.com/tomasr8"><code>@tomasr8</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1077">python-babel/babel#1077</a></li>
<li>Make pgettext search plurals when translation is not found by <a
href="https://github.com/tomasr8"><code>@tomasr8</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1085">python-babel/babel#1085</a></li>
<li>Fix for <a
href="https://redirect.github.com/python-babel/babel/issues/832">#832</a>
by <a href="https://github.com/Edwin18"><code>@Edwin18</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1052">python-babel/babel#1052</a></li>
<li>Support list format fallbacks by <a
href="https://github.com/akx"><code>@akx</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1099">python-babel/babel#1099</a></li>
<li>Improve Codecov configuration by <a
href="https://github.com/akx"><code>@akx</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1103">python-babel/babel#1103</a></li>
<li>Avoid crashing on importing localtime when TZ is malformed by <a
href="https://github.com/akx"><code>@akx</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1100">python-babel/babel#1100</a></li>
<li>Allow parsing .po files that have an extant but empty Language
header by <a href="https://github.com/akx"><code>@akx</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1101">python-babel/babel#1101</a></li>
<li>Add a mention to the docs that <code>format_skeleton(...,
fuzzy=True)</code> may raise by <a
href="https://github.com/tomasr8"><code>@tomasr8</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1106">python-babel/babel#1106</a></li>
<li>Allow falling back to modifier-less locale data by <a
href="https://github.com/akx"><code>@akx</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1104">python-babel/babel#1104</a></li>
<li>Allow use of importlib.metadata for finding entrypoints by <a
href="https://github.com/akx"><code>@akx</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1102">python-babel/babel#1102</a></li>
<li>Test on Python 3.13 beta releases by <a
href="https://github.com/akx"><code>@akx</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1107">python-babel/babel#1107</a></li>
<li>Normalize package name to lower-case in setup.py by <a
href="https://github.com/akx"><code>@akx</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1110">python-babel/babel#1110</a></li>
<li>Do not allow substituting alternates or drafts in derived locales by
<a href="https://github.com/akx"><code>@akx</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1113">python-babel/babel#1113</a></li>
<li>Two hyperlinks (to CLDR) and some typos by <a
href="https://github.com/buhtz"><code>@buhtz</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1115">python-babel/babel#1115</a></li>
<li>Initial support for reading mapping configuration as TOML by <a
href="https://github.com/akx"><code>@akx</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1108">python-babel/babel#1108</a></li>
<li>Prepare for 2.16.0 release by <a
href="https://github.com/akx"><code>@akx</code></a> in <a
href="https://redirect.github.com/python-babel/babel/pull/1116">python-babel/babel#1116</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/tomasr8"><code>@tomasr8</code></a> made
their first contribution in <a
href="https://redirect.github.com/python-babel/babel/pull/1083">python-babel/babel#1083</a></li>
<li><a
href="https://github.com/john-psina"><code>@john-psina</code></a> made
their first contribution in <a
href="https://redirect.github.com/python-babel/babel/pull/1095">python-babel/babel#1095</a></li>
<li><a href="https://github.com/Edwin18"><code>@Edwin18</code></a> made
their first contribution in <a
href="https://redirect.github.com/python-babel/babel/pull/1052">python-babel/babel#1052</a></li>
<li><a href="https://github.com/buhtz"><code>@buhtz</code></a> made
their first contribution in <a
href="https://redirect.github.com/python-babel/babel/pull/1115">python-babel/babel#1115</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/python-babel/babel/compare/v2.15.0...v2.16.0">https://github.com/python-babel/babel/compare/v2.15.0...v2.16.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/python-babel/babel/blob/master/CHANGES.rst">babel's
changelog</a>.</em></p>
<blockquote>
<h2>Version 2.16.0</h2>
<p>Features</p>
<pre><code>
* CLDR: Upgrade to CLDR 45 by @tomasr8 in :gh:`1077`
* Lists: Support list format fallbacks by @akx in :gh:`1099`
* Messages: Initial support for reading mapping configuration as TOML by
@akx in :gh:`1108`
<p>Bugfixes<br />
</code></pre></p>
<ul>
<li>CLDR: Do not allow substituting alternates or drafts in derived
locales by <a href="https://github.com/akx"><code>@akx</code></a> in
:gh:<code>1113</code></li>
<li>Core: Allow falling back to modifier-less locale data by <a
href="https://github.com/akx"><code>@akx</code></a> in
:gh:<code>1104</code></li>
<li>Core: Allow use of importlib.metadata for finding entrypoints by <a
href="https://github.com/akx"><code>@akx</code></a> in
:gh:<code>1102</code></li>
<li>Dates: Avoid crashing on importing localtime when TZ is malformed by
<a href="https://github.com/akx"><code>@akx</code></a> in
:gh:<code>1100</code></li>
<li>Messages: Allow parsing .po files that have an extant but empty
Language header by <a
href="https://github.com/akx"><code>@akx</code></a> in
:gh:<code>1101</code></li>
<li>Messages: Fix <code>--ignore-dirs</code> being incorrectly read (<a
href="https://redirect.github.com/python-babel/babel/issues/1094">#1094</a>)
by <a href="https://github.com/john-psina"><code>@john-psina</code></a>
and <a href="https://github.com/Edwin18"><code>@Edwin18</code></a> in
:gh:<code>1052</code> and :gh:<code>1095</code></li>
<li>Messages: Make pgettext search plurals when translation is not found
by <a href="https://github.com/tomasr8"><code>@tomasr8</code></a> in
:gh:<code>1085</code></li>
</ul>
<p>Infrastructure</p>
<pre><code>
* Replace deprecated `ast.Str` with `ast.Constant` by @tomasr8 in
:gh:`1083`
* CI fixes by @akx in :gh:`1080`, :gh:`1097`, :gh:`1103`, :gh:`1107`
* Test on Python 3.13 beta releases by @akx in
* Normalize package name to lower-case in setup.py by @akx in :gh:`1110`
<p>Documentation</p>
<pre><code>
* Add a mention to the docs that `format_skeleton(..., fuzzy=True)` may
raise by @tomasr8 in :gh:`1106`
* Two hyperlinks (to CLDR) and some typos by @buhtz in :gh:`1115`
</code></pre>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/python-babel/babel/commit/cf7d22369cf40a8218cff1d3dc823eefa174aee0"><code>cf7d223</code></a>
Prepare for 2.16.0 release (<a
href="https://redirect.github.com/python-babel/babel/issues/1116">#1116</a>)</li>
<li><a
href="https://github.com/python-babel/babel/commit/d26a669826d6c963dfdc21ae09e8cd5659fc95e2"><code>d26a669</code></a>
Initial support for reading mapping configuration as TOML (<a
href="https://redirect.github.com/python-babel/babel/issues/1108">#1108</a>)</li>
<li><a
href="https://github.com/python-babel/babel/commit/34ed517de44cf3c3002f3b69713b1693d329646d"><code>34ed517</code></a>
Two hyperlinks (to CLDR) and some typos (<a
href="https://redirect.github.com/python-babel/babel/issues/1115">#1115</a>)</li>
<li><a
href="https://github.com/python-babel/babel/commit/b4ba84382f3ce7bdf0e5a68e7108a21f4e8e7926"><code>b4ba843</code></a>
Do not allow substituting alternates or drafts in derived locales (<a
href="https://redirect.github.com/python-babel/babel/issues/1113">#1113</a>)</li>
<li><a
href="https://github.com/python-babel/babel/commit/d3346ee33b13f50af582e31ae5c337aa409dda11"><code>d3346ee</code></a>
Normalize package name to lower-case in setup.py (<a
href="https://redirect.github.com/python-babel/babel/issues/1110">#1110</a>)</li>
<li><a
href="https://github.com/python-babel/babel/commit/a32f15ecec23d5d5049100fd8e65606be7ad12a1"><code>a32f15e</code></a>
Test on Python 3.13 beta releases (<a
href="https://redirect.github.com/python-babel/babel/issues/1107">#1107</a>)</li>
<li><a
href="https://github.com/python-babel/babel/commit/4d3fd0e0198185cd023f4d3cd1495bda211867f4"><code>4d3fd0e</code></a>
Allow use of importlib.metadata for finding entrypoints (<a
href="https://redirect.github.com/python-babel/babel/issues/1102">#1102</a>)</li>
<li><a
href="https://github.com/python-babel/babel/commit/42d793cb4408a296e5618e1bce8d176fc588ce57"><code>42d793c</code></a>
Allow falling back to modifier-less locale data when modified data is
missing...</li>
<li><a
href="https://github.com/python-babel/babel/commit/32f41c22d589d7f187448be477affe1cfbcbc59d"><code>32f41c2</code></a>
Improve docs for <code>format_skeleton</code> (<a
href="https://redirect.github.com/python-babel/babel/issues/1106">#1106</a>)</li>
<li><a
href="https://github.com/python-babel/babel/commit/2ebc47e63211df8b7636ed8e74bb99ac5bd36c25"><code>2ebc47e</code></a>
Allow parsing .po files that have an extant but empty Language header
(<a
href="https://redirect.github.com/python-babel/babel/issues/1101">#1101</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/python-babel/babel/compare/v2.15.0...v2.16.0">compare
view</a></li>
</ul>
</details>
<br />
</code></pre>
Updates `certifi` from 2024.7.4 to 2024.8.30
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/certifi/python-certifi/commit/325c2fde4f8eec10d682b09f3b0414dc05e69a81"><code>325c2fd</code></a>
2024.08.30 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/304">#304</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/d66bf5fccbb2b13b033841ef86ad261ab9915833"><code>d66bf5f</code></a>
Bump actions/upload-artifact from 4.3.5 to 4.3.6 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/302">#302</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/2150f23ee178c923fb05913e516d168dd841f9e3"><code>2150f23</code></a>
Bump actions/upload-artifact from 4.3.4 to 4.3.5 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/301">#301</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/fc9b771c1e5bd5f0f97534464c16a6ab785d5592"><code>fc9b771</code></a>
Bump actions/setup-python from 5.1.0 to 5.1.1 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/300">#300</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/965b2391df4bdce03fb07bf8cc19003585b43599"><code>965b239</code></a>
Bump actions/download-artifact from 4.1.7 to 4.1.8 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/297">#297</a>)</li>
<li><a
href="https://github.com/certifi/python-certifi/commit/c1f50ccd010b428caeb105255638e67be7c64f5c"><code>c1f50cc</code></a>
Bump actions/upload-artifact from 4.3.3 to 4.3.4 (<a
href="https://redirect.github.com/certifi/python-certifi/issues/296">#296</a>)</li>
<li>See full diff in <a
href="https://github.com/certifi/python-certifi/compare/2024.07.04...2024.08.30">compare
view</a></li>
</ul>
</details>
<br />
Updates `idna` from 3.7 to 3.10
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kjd/idna/releases">idna's
releases</a>.</em></p>
<blockquote>
<h2>v3.10</h2>
<p>No release notes provided.</p>
<h2>v3.9</h2>
<p>No release notes provided.</p>
<h2>v3.8</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix regression where IDNAError exception was not being produced for
certain inputs.</li>
<li>Add support for Python 3.13, drop support for Python 3.5 as it is no
longer testable.</li>
<li>Documentation improvements</li>
<li>Updates to package testing using Github actions</li>
</ul>
<p>Thanks to Hugo van Kemenade for contributions to this release.</p>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/kjd/idna/compare/v3.7...v3.8">https://github.com/kjd/idna/compare/v3.7...v3.8</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/kjd/idna/blob/master/HISTORY.rst">idna's
changelog</a>.</em></p>
<blockquote>
<p>3.10 (2024-09-15)
+++++++++++++++++</p>
<ul>
<li>Reverted to Unicode 15.1.0 data. Unicode 16 has some significant
changes
to UTS46 processing that will require more work to properly
implement.</li>
</ul>
<p>3.9 (2024-09-13)
++++++++++++++++</p>
<ul>
<li>Update to Unicode 16.0.0</li>
<li>Deprecate setup.cfg in favour of pyproject.toml</li>
<li>Use ruff for code formatting</li>
</ul>
<p>Thanks to Waket Zheng for contributions to this release.</p>
<p>3.8 (2024-08-23)
++++++++++++++++</p>
<ul>
<li>Fix regression where IDNAError exception was not being produced for
certain inputs.</li>
<li>Add support for Python 3.13, drop support for Python 3.5 as it is no
longer testable.</li>
<li>Documentation improvements</li>
<li>Updates to package testing using Github actions</li>
</ul>
<p>Thanks to Hugo van Kemenade for contributions to this release.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kjd/idna/commit/729225d8b0c58bc66bb38d1d0faf281a757ece59"><code>729225d</code></a>
Release v3.10</li>
<li><a
href="https://github.com/kjd/idna/commit/3eef1680132907e90afb0feb29136f6895001f3c"><code>3eef168</code></a>
Merge pull request <a
href="https://redirect.github.com/kjd/idna/issues/194">#194</a> from
kjd/revert-unicode-16</li>
<li><a
href="https://github.com/kjd/idna/commit/ceca619a214c816e04c7c233565280bf3998c938"><code>ceca619</code></a>
Revert Unicode 16.0.0 data updates</li>
<li><a
href="https://github.com/kjd/idna/commit/c43ac75cf649511c3d593164a32a3ff9cd0cdcd1"><code>c43ac75</code></a>
Merge pull request <a
href="https://redirect.github.com/kjd/idna/issues/191">#191</a> from
kjd/release-3.9</li>
<li><a
href="https://github.com/kjd/idna/commit/1b8800a4d0c76126ab2d3e28c7e62f567cbe69f8"><code>1b8800a</code></a>
Release v3.9</li>
<li><a
href="https://github.com/kjd/idna/commit/a1fd16821734235fb6ce4e0283a49a71d61535d2"><code>a1fd168</code></a>
Merge pull request <a
href="https://redirect.github.com/kjd/idna/issues/190">#190</a> from
kjd/unicode-16</li>
<li><a
href="https://github.com/kjd/idna/commit/7732c6153e07946f1bf5cdea96817264d305b7cc"><code>7732c61</code></a>
Merge branch 'master' into unicode-16</li>
<li><a
href="https://github.com/kjd/idna/commit/4ed183d95cf5cdfc98bb867b9e4b33a3fd13ca9b"><code>4ed183d</code></a>
Refactor membership test</li>
<li><a
href="https://github.com/kjd/idna/commit/762216bd7b1d0c45937703ea0c7632360e32c85b"><code>762216b</code></a>
Format with ruff</li>
<li><a
href="https://github.com/kjd/idna/commit/580ece955f7e127094b21b40761be6b70ab62aef"><code>580ece9</code></a>
Implement changes to UTS46 algorithm</li>
<li>Additional commits viewable in <a
href="https://github.com/kjd/idna/compare/v3.7...v3.10">compare
view</a></li>
</ul>
</details>
<br />
Updates `markdown` from 3.6 to 3.7
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Python-Markdown/markdown/releases">markdown's
releases</a>.</em></p>
<blockquote>
<h2>Release 3.7</h2>
<h3>Changed</h3>
<h4>Refactor <code>abbr</code> Extension</h4>
<p>A new <code>AbbrTreeprocessor</code> has been introduced, which
replaces the now deprecated
<code>AbbrInlineProcessor</code>. Abbreviation processing now happens
after Attribute Lists,
avoiding a conflict between the two extensions (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1460">#1460</a>).</p>
<p>The <code>AbbrPreprocessor</code> class has been renamed to
<code>AbbrBlockprocessor</code>, which
better reflects what it is. <code>AbbrPreprocessor</code> has been
deprecated.</p>
<p>A call to <code>Markdown.reset()</code> now clears all previously
defined abbreviations.</p>
<p>Abbreviations are now sorted by length before executing
<code>AbbrTreeprocessor</code>
to ensure that multi-word abbreviations are implemented even if an
abbreviation
exists for one of those component words. (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1465">#1465</a>)</p>
<p>Abbreviations without a definition are now ignored. This avoids
applying
abbr tags to text without a title value.</p>
<p>Added an optional <code>glossary</code> configuration option to the
abbreviations extension.
This provides a simple and efficient way to apply a dictionary of
abbreviations
to every page.</p>
<p>Abbreviations can now be disabled by setting their definition to
<code>""</code> or <code>''</code>.
This can be useful when using the <code>glossary</code> option.</p>
<h3>Fixed</h3>
<ul>
<li>Fixed links to source code on GitHub from the documentation (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1453">#1453</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md">markdown's
changelog</a>.</em></p>
<blockquote>
<h2>[3.7] -- 2024-08-16</h2>
<h3>Changed</h3>
<h4>Refactor <code>abbr</code> Extension</h4>
<p>A new <code>AbbrTreeprocessor</code> has been introduced, which
replaces the now deprecated
<code>AbbrInlineProcessor</code>. Abbreviation processing now happens
after Attribute Lists,
avoiding a conflict between the two extensions (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1460">#1460</a>).</p>
<p>The <code>AbbrPreprocessor</code> class has been renamed to
<code>AbbrBlockprocessor</code>, which
better reflects what it is. <code>AbbrPreprocessor</code> has been
deprecated.</p>
<p>A call to <code>Markdown.reset()</code> now clears all previously
defined abbreviations.</p>
<p>Abbreviations are now sorted by length before executing
<code>AbbrTreeprocessor</code>
to ensure that multi-word abbreviations are implemented even if an
abbreviation
exists for one of those component words. (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1465">#1465</a>)</p>
<p>Abbreviations without a definition are now ignored. This avoids
applying
abbr tags to text without a title value.</p>
<p>Added an optional <code>glossary</code> configuration option to the
abbreviations extension.
This provides a simple and efficient way to apply a dictionary of
abbreviations
to every page.</p>
<p>Abbreviations can now be disabled by setting their definition to
<code>""</code> or <code>''</code>.
This can be useful when using the <code>glossary</code> option.</p>
<h3>Fixed</h3>
<ul>
<li>Fixed links to source code on GitHub from the documentation (<a
href="https://redirect.github.com/Python-Markdown/markdown/issues/1453">#1453</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/da03cd646d00a77786ae1e0bc79b01a5539852bc"><code>da03cd6</code></a>
Bump version to 3.7</li>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/bd836a1448963081b221ad899399e20bb1ccb857"><code>bd836a1</code></a>
Update griffe_extensions to support Griffe v 1.0.</li>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/33359faa385f59b84cd87df5f4b0996055a482e2"><code>33359fa</code></a>
Abbr Extension: Definition Sorting and Glossary storage</li>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/ec8c305fb14eb081bb874c917d8b91d3c5122334"><code>ec8c305</code></a>
Refactor <code>abbr</code> Extension</li>
<li><a
href="https://github.com/Python-Markdown/markdown/commit/993b57b8ea577f2120f7d0c81b45ee5ed74a0f57"><code>993b57b</code></a>
Fixed links to source code on GitHub from the documentation</li>
<li>See full diff in <a
href="https://github.com/Python-Markdown/markdown/compare/3.6...3.7">compare
view</a></li>
</ul>
</details>
<br />
Updates `mdit-py-plugins` from 0.4.1 to 0.4.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/executablebooks/mdit-py-plugins/releases">mdit-py-plugins's
releases</a>.</em></p>
<blockquote>
<h2>v0.4.2</h2>
<h2>What's Changed</h2>
<ul>
<li>👌 Improve parsing of nested amsmath by <a
href="https://github.com/chrisjsewell"><code>@chrisjsewell</code></a>
in <a
href="https://redirect.github.com/executablebooks/mdit-py-plugins/pull/119">executablebooks/mdit-py-plugins#119</a></li>
<li>✨ Add <code>allowed</code> option for inline/block attributes by <a
href="https://github.com/joker21663"><code>@joker21663</code></a> in <a
href="https://redirect.github.com/executablebooks/mdit-py-plugins/pull/115">executablebooks/mdit-py-plugins#115</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/joker21663"><code>@joker21663</code></a> made
their first contribution in <a
href="https://redirect.github.com/executablebooks/mdit-py-plugins/pull/115">executablebooks/mdit-py-plugins#115</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/executablebooks/mdit-py-plugins/compare/v0.4.1...v0.4.2">https://github.com/executablebooks/mdit-py-plugins/compare/v0.4.1...v0.4.2</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/executablebooks/mdit-py-plugins/blob/master/CHANGELOG.md">mdit-py-plugins's
changelog</a>.</em></p>
<blockquote>
<h2>0.4.2 - 2024-09-09</h2>
<ul>
<li>
<p>👌 Improve parsing of nested amsmath</p>
<p>The previous logic was problematic for amsmath blocks nested in other
blocs (such as blockquotes)</p>
<p>The new parsing code now principally follows the logic in
<code>markdown_it/rules_block/fence.py</code>
(see also <a
href="https://spec.commonmark.org/0.30/#fenced-code-blocks">https://spec.commonmark.org/0.30/#fenced-code-blocks</a>),
except that:</p>
<ol>
<li>it allows for a closing tag on the same line as the opening tag,
and</li>
<li>it does not allow for an opening tag without closing tag (i.e. no
auto-closing)</li>
</ol>
</li>
<li>
<p>✨ Add <code>allowed</code> option for inline/block attributes</p>
<p>The <code>allowed</code> option accepts a list of allowed attribute
names.
If not <code>None</code>, any attributes not in this list will be
removed
and placed in the token's meta under the key
<code>"insecure_attrs"</code>.</p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/executablebooks/mdit-py-plugins/commit/2236898619148b33c51bae3c1aca380618c82db7"><code>2236898</code></a>
🚀 Release v0.4.2 (<a
href="https://redirect.github.com/executablebooks/mdit-py-plugins/issues/121">#121</a>)</li>
<li><a
href="https://github.com/executablebooks/mdit-py-plugins/commit/10d5b4d05eb667b55695ddb132414d9b8f7ba760"><code>10d5b4d</code></a>
✨ Add <code>allowed</code> option for inline/block attributes (<a
href="https://redirect.github.com/executablebooks/mdit-py-plugins/issues/115">#115</a>)</li>
<li><a
href="https://github.com/executablebooks/mdit-py-plugins/commit/3f7fcc6794f496d5d5e40335b361a20fc82ca3d1"><code>3f7fcc6</code></a>
👌 Improve parsing of nested amsmath (<a
href="https://redirect.github.com/executablebooks/mdit-py-plugins/issues/119">#119</a>)</li>
<li><a
href="https://github.com/executablebooks/mdit-py-plugins/commit/637f7e70a522a7eef6f7696fea0b7baa481933af"><code>637f7e7</code></a>
🔧 codecov no longer works on forks (<a
href="https://redirect.github.com/executablebooks/mdit-py-plugins/issues/116">#116</a>)</li>
<li>See full diff in <a
href="https://github.com/executablebooks/mdit-py-plugins/compare/v0.4.1...v0.4.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `pyyaml` from 6.0.1 to 6.0.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/yaml/pyyaml/releases">pyyaml's
releases</a>.</em></p>
<blockquote>
<h2>6.0.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Support for Cython 3.x and Python 3.13.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2">https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2</a></p>
<h2>6.0.2rc1</h2>
<ul>
<li>Support for extension build with Cython 3.x</li>
<li>Support for Python 3.13</li>
<li>Added PyPI wheels for musllinux on aarch64</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/yaml/pyyaml/blob/main/CHANGES">pyyaml's
changelog</a>.</em></p>
<blockquote>
<p>6.0.2 (2024-08-06)</p>
<ul>
<li><a
href="https://redirect.github.com/yaml/pyyaml/pull/808">yaml/pyyaml#808</a>
-- Support for Cython 3.x and Python 3.13</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/yaml/pyyaml/commit/41309b0bcb4559edb1d691d47199035ef539d785"><code>41309b0</code></a>
Release 6.0.2 (<a
href="https://redirect.github.com/yaml/pyyaml/issues/819">#819</a>)</li>
<li><a
href="https://github.com/yaml/pyyaml/commit/dd9f0e1236775dcce682c91823e009556ce2a271"><code>dd9f0e1</code></a>
6.0.2rc1 (<a
href="https://redirect.github.com/yaml/pyyaml/issues/809">#809</a>)</li>
<li><a
href="https://github.com/yaml/pyyaml/commit/f5527a26d518b3e9c66f9211e0af00c83f09a97e"><code>f5527a2</code></a>
disable CI trigger on PR edits</li>
<li><a
href="https://github.com/yaml/pyyaml/commit/b4d80a742142004490d2da7691d534923820b81c"><code>b4d80a7</code></a>
Python 3.12 + musllinux_1_1_x86_64 wheel support</li>
<li>See full diff in <a
href="https://github.com/yaml/pyyaml/compare/6.0.1...6.0.2">compare
view</a></li>
</ul>
</details>
<br />
Updates `soupsieve` from 2.5 to 2.6
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/facelessuser/soupsieve/releases">soupsieve's
releases</a>.</em></p>
<blockquote>
<h2>2.6</h2>
<ul>
<li><strong>NEW</strong>: Add official support for Python 3.13.</li>
<li><strong>NEW</strong>: Add support for <code>&</code> as scoping
root per the CSS Nesting Module, Level 1. When <code>&</code> is
used outside the
context of nesting, it is treated as the scoping root (equivalent to
<code>:scope</code>).</li>
<li><strong>FIX</strong>: Improve error message when an unrecognized
pseudo-class is used.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/facelessuser/soupsieve/commit/f974ea7e2e70cc940e1bda98b815f5a68eb43990"><code>f974ea7</code></a>
Update token (<a
href="https://redirect.github.com/facelessuser/soupsieve/issues/273">#273</a>)</li>
<li><a
href="https://github.com/facelessuser/soupsieve/commit/1a67e464f6a47136ffa17da70ce3c2145b7077f8"><code>1a67e46</code></a>
Officially support Python 3.13 and update build environment (<a
href="https://redirect.github.com/facelessuser/soupsieve/issues/271">#271</a>)</li>
<li><a
href="https://github.com/facelessuser/soupsieve/commit/25631bd52b633dc3b8d0fd959cbe157cd1dc678e"><code>25631bd</code></a>
fix Adjacent sibling combinator example (<a
href="https://redirect.github.com/facelessuser/soupsieve/issues/272">#272</a>)</li>
<li><a
href="https://github.com/facelessuser/soupsieve/commit/e0d4979d12e9a8451735f0044ac691c9fb35093c"><code>e0d4979</code></a>
Improve pseudo-class error message (<a
href="https://redirect.github.com/facelessuser/soupsieve/issues/270">#270</a>)</li>
<li><a
href="https://github.com/facelessuser/soupsieve/commit/c811bdff9f5c6d1c54888d5af5c257709e957c6e"><code>c811bdf</code></a>
Add support for nesting ampersand (<a
href="https://redirect.github.com/facelessuser/soupsieve/issues/269">#269</a>)</li>
<li><a
href="https://github.com/facelessuser/soupsieve/commit/dc71495b8d7016e685c8dde7dc2a9c2968619e11"><code>dc71495</code></a>
Fix typo in README.md (<a
href="https://redirect.github.com/facelessuser/soupsieve/issues/267">#267</a>)</li>
<li>See full diff in <a
href="https://github.com/facelessuser/soupsieve/compare/2.5...2.6">compare
view</a></li>
</ul>
</details>
<br />
Updates `sphinxcontrib-devhelp` from 1.0.6 to 2.0.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/releases">sphinxcontrib-devhelp's
releases</a>.</em></p>
<blockquote>
<h2>sphinxcontrib-devhelp 2.0.0</h2>
<p>Changelog: <a
href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES.rst">https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES.rst</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES.rst">sphinxcontrib-devhelp's
changelog</a>.</em></p>
<blockquote>
<h1>Release 2.0.0 (2024-07-28)</h1>
<ul>
<li>Adopt Ruff</li>
<li>Tighten MyPy settings</li>
<li>Update GitHub actions versions</li>
<li>Avoid storing build time in gzip headers</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/0177fb44f165305f27b34e69e6e7e5ed6f24d752"><code>0177fb4</code></a>
Bump to 2.0.0</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/d3f96f735cd1315d6b4970bd6ab8cf02da4171b4"><code>d3f96f7</code></a>
Update CHANGES links</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/d7aaab573af89ce7081dd1d270bf3316dd38f5f1"><code>d7aaab5</code></a>
Rename LICENSE to LICENCE.rst</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/c4fba3d3af32edf1acdb4189f96c0caab049287c"><code>c4fba3d</code></a>
Rename CHANGES to CHANGES.rst</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/8c5714131a786bfc569dcdbaea50300ba28ea97d"><code>8c57141</code></a>
Run CI with Python 3.12 releases</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/f357a60ef9e9663e4f63ac30425df3160dcfb940"><code>f357a60</code></a>
Run mypy without command-line options</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/a26961d36e4030ba36181eb2752aa5540d7d879d"><code>a26961d</code></a>
Use the latest GitHub actions versions</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/03e237039968130170fe2e8ac6715a6fa14cc48c"><code>03e2370</code></a>
Enable GitHub's dependabot package update service</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/ca445c4d752edc64ea746e8dd1dc6fa14303f730"><code>ca445c4</code></a>
Adopt Ruff and use stricter MyPy settings</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/dfd5da02d9d846fea0162634d56d89900b0242f1"><code>dfd5da0</code></a>
Update .gitignore</li>
<li>Additional commits viewable in <a
href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/compare/1.0.6...2.0.0">compare
view</a></li>
</ul>
</details>
<br />
Updates `sphinxcontrib-htmlhelp` from 2.0.5 to 2.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/releases">sphinxcontrib-htmlhelp's
releases</a>.</em></p>
<blockquote>
<h2>sphinxcontrib-htmlhelp 2.1.0</h2>
<p>Changelog: <a
href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES.rst">https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES.rst</a></p>
<h2>sphinxcontrib-htmlhelp 2.0.6</h2>
<p>Changelog: <a
href="https://www.sphinx-doc.org/en/master/changes.html">https://www.sphinx-doc.org/en/master/changes.html</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/blob/master/CHANGES.rst">sphinxcontrib-htmlhelp's
changelog</a>.</em></p>
<blockquote>
<h1>Release 2.1.0 (2024-07-28)</h1>
<ul>
<li>Adopt Ruff</li>
<li>Tighten MyPy settings</li>
<li>Update GitHub actions versions</li>
<li>Escape HTML entities</li>
</ul>
<h1>Release 2.0.6 (2024-07-20)</h1>
<ul>
<li>Fix tests for Sphinx 7.4 and later.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/f7f5d4ecf27fad97e2454fbeda94c6a105c994ff"><code>f7f5d4e</code></a>
Bump to 2.1.0</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/ec1353cfe396f6c28ff60f8ec7561b75a73c6b85"><code>ec1353c</code></a>
Escape HTML entities</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/16b26c612d157298c8254401cd6172cd03d4afe7"><code>16b26c6</code></a>
Update CHANGES links</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/ba51300a7ba6169291be8fdce6839c1f1531cf54"><code>ba51300</code></a>
Rename LICENSE to LICENCE.rst</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/b1133fa932ec75ebfb72c41ca7b5191c58eb64bc"><code>b1133fa</code></a>
Rename CHANGES to CHANGES.rst</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/54d27bc3930b0c250c327957764fe3bde1c449e0"><code>54d27bc</code></a>
Run CI with Python 3.12 releases</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/b97d63d52d6fe2b507f77caceafa54a2cacdb69a"><code>b97d63d</code></a>
Run mypy without command-line options</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/6d10d43e07a1ff6833bf6e2ccb58ead944cc1779"><code>6d10d43</code></a>
Fix test_htmlhelp; use the basic theme</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/d335658968b6e4e83852e6813778994bdf29dd4a"><code>d335658</code></a>
Use the latest GitHub actions versions</li>
<li><a
href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/eea902567ebeb1f91a18a7a9d3397e3393889ee0"><code>eea9025</code></a>
Enable GitHub's dependabot packa…
0 commit comments