Skip to content

docs: better headings#29

Merged
lars-reimann merged 1 commit intomainfrom
better_headings
Mar 7, 2023
Merged

docs: better headings#29
lars-reimann merged 1 commit intomainfrom
better_headings

Conversation

@lars-reimann
Copy link
Member

Summary of Changes

The term "stdlib" makes sense from the perspective of the entire project. For someone who just wants to use the Python components, however, we should instead talk about the "Safe-DS Python Library".

@codecov
Copy link

codecov bot commented Mar 7, 2023

Codecov Report

Merging #29 (904b754) into main (5afc40e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #29   +/-   ##
=======================================
  Coverage   91.51%   91.51%           
=======================================
  Files          45       45           
  Lines        1132     1132           
=======================================
  Hits         1036     1036           
  Misses         96       96           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@lars-reimann
Copy link
Member Author

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ MARKDOWN markdown-link-check 2 0 2.53s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@lars-reimann lars-reimann merged commit 9100f8c into main Mar 7, 2023
@lars-reimann lars-reimann deleted the better_headings branch March 7, 2023 19:01
@lars-reimann
Copy link
Member Author

🎉 This PR is included in version 0.3.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Mar 24, 2023
lars-reimann pushed a commit that referenced this pull request Jun 1, 2024
Bumps [mkdocs-glightbox](https://github.com/Blueswen/mkdocs-glightbox)
from 0.3.7 to 0.4.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Blueswen/mkdocs-glightbox/releases">mkdocs-glightbox's
releases</a>.</em></p>
<blockquote>
<h2>mkdocs-glightbox-0.4.0</h2>
<ul>
<li>Supported manual mode (<a
href="https://redirect.github.com/Blueswen/mkdocs-glightbox/issues/29">#29</a>)</li>
<li>Allow calling lightbox methods from other places (<a
href="https://redirect.github.com/Blueswen/mkdocs-glightbox/issues/34">#34</a>)</li>
<li>Added id to appended script tag (<a
href="https://redirect.github.com/Blueswen/mkdocs-glightbox/issues/38">#38</a>)</li>
<li>Access theme attribute directly (<a
href="https://redirect.github.com/Blueswen/mkdocs-glightbox/issues/40">#40</a>)</li>
<li>Better JavaScript Error Handling (<a
href="https://redirect.github.com/Blueswen/mkdocs-glightbox/issues/36">#36</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/blueswen/mkdocs-glightbox/blob/main/CHANGELOG">mkdocs-glightbox's
changelog</a>.</em></p>
<blockquote>
<p>mkdocs-glightbox-0.4.0 (2023-05-06)</p>
<pre><code>* Supported manual mode
([#29](blueswen/mkdocs-glightbox#29))
* Allow calling lightbox methods from other places
([#34](blueswen/mkdocs-glightbox#34))
* Added id to appended script tag
([#38](blueswen/mkdocs-glightbox#38))
* Access theme attribute directly
([#40](blueswen/mkdocs-glightbox#40))
* Better JavaScript Error Handling
([#36](blueswen/mkdocs-glightbox#36))
</code></pre>
<p>mkdocs-glightbox-0.3.7 (2023-01-24)</p>
<pre><code>* Supported custom background and shadow
([#27](blueswen/mkdocs-glightbox#27))
</code></pre>
<p>mkdocs-glightbox-0.3.6 (2023-12-30)</p>
<pre><code>* Modified width default to auto prevent zooming large image
bug ([#21](blueswen/mkdocs-glightbox#21))
* Supported only enable glightbox with on-glb class in given page
([#28](blueswen/mkdocs-glightbox#28))
</code></pre>
<p>mkdocs-glightbox-0.3.5 (2023-11-18)</p>
<pre><code>* Supported compatibility with the privacy plugin of Material
for MkDocs insiders
([#25](blueswen/mkdocs-glightbox#25))
</code></pre>
<p>mkdocs-glightbox-0.3.4 (2023-04-25)</p>
<pre><code>* Fixed regex bug: quote issue and empty alt issue
([#14](blueswen/mkdocs-glightbox#14)
[#19](blueswen/mkdocs-glightbox#19))
</code></pre>
<p>mkdocs-glightbox-0.3.3 (2023-04-20)</p>
<pre><code>* Refactored processing logic with regex
([#14](blueswen/mkdocs-glightbox#14))
</code></pre>
<p>mkdocs-glightbox-0.3.2 (2023-03-19)</p>
<pre><code>* Supported image without extension
([#13](blueswen/mkdocs-glightbox#13))
</code></pre>
<p>mkdocs-glightbox-0.3.1 (2022-11-22)</p>
<pre><code>* Supported lightbox slide effect customization
([#8](blueswen/mkdocs-glightbox#8))
* Supported synchronized lightbox caption dark mode with Material for
MkDocs ([#7](blueswen/mkdocs-glightbox#7))
* Supported glightbox built-in gallery feature
([#11](blueswen/mkdocs-glightbox#11))
* Supported skip image in the anchor tag
</code></pre>
<p>mkdocs-glightbox-0.3.0 (2022-09-29)</p>
<pre><code>* Fixed width and height setting in config not working bug
* Supported specific skip class
([#5](blueswen/mkdocs-glightbox#5))
* Supported glightbox built-in caption with title and description
([#4](blueswen/mkdocs-glightbox#4))
* Fixed page jitter when lightbox closing issue using Material for
MkDocs
* Add white background for lightbox images to prevent the displaying
issue of the transparent image on black background
</code></pre>
<p>mkdocs-glightbox-0.2.1 (2022-08-10)</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/7f68f19556c8d91eb45bed2f5e3b93f9d0b4e591"><code>7f68f19</code></a>
v0.4.0</li>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/1409b0de89bd0aa930bbee0c2aa801c8b3391137"><code>1409b0d</code></a>
Add manual mode</li>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/e5ce7c9214f2de3647cbb1c9a1ec67bd82b387f9"><code>e5ce7c9</code></a>
Add search plugin note</li>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/d7747e7e1e58e8fe5868f38292bbb6a65f5ac902"><code>d7747e7</code></a>
Merge pull request <a
href="https://redirect.github.com/Blueswen/mkdocs-glightbox/issues/29">#29</a>
from michalfapso/main</li>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/6895d4eb60ef383530f8a807bec19404342a74c3"><code>6895d4e</code></a>
Add test case</li>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/dc38a6c042da9dcf949a594940f312cfbf5cc1ae"><code>dc38a6c</code></a>
try catch prevent Uncaught TypeError (<a
href="https://redirect.github.com/Blueswen/mkdocs-glightbox/issues/36">#36</a>)</li>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/7d2c0ab4b214759f7ab22ab9e775c609718ad061"><code>7d2c0ab</code></a>
access theme attribute directly (<a
href="https://redirect.github.com/Blueswen/mkdocs-glightbox/issues/40">#40</a>)</li>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/b0b63f8fa2bfbd14812c95b466af180e34db2cc4"><code>b0b63f8</code></a>
Merge pull request <a
href="https://redirect.github.com/Blueswen/mkdocs-glightbox/issues/34">#34</a>
from AndBondStyle/main</li>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/8e652652429851d18a0c920ca1ddcbf12ab71fdf"><code>8e65265</code></a>
update validation condition</li>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/4963fdb93c4f483827bcab10c5289452068e1fb5"><code>4963fdb</code></a>
Merge branch 'main' into main</li>
<li>Additional commits viewable in <a
href="https://github.com/Blueswen/mkdocs-glightbox/compare/v0.3.7...v0.4.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-glightbox&package-manager=pip&previous-version=0.3.7&new-version=0.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
lars-reimann pushed a commit that referenced this pull request Oct 2, 2025
Bumps the mkdocs group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) |
`0.30.0` | `0.30.1` |
| [mkdocstrings-python](https://github.com/mkdocstrings/python) |
`1.16.12` | `1.18.2` |
| [mkdocs-autorefs](https://github.com/mkdocstrings/autorefs) | `1.4.2`
| `1.4.3` |
| [mkdocs-glightbox](https://github.com/blueswen/mkdocs-glightbox) |
`0.4.0` | `0.5.1` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) |
`9.6.16` | `9.6.21` |

Updates `mkdocstrings` from 0.30.0 to 0.30.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mkdocstrings/mkdocstrings/releases">mkdocstrings's
releases</a>.</em></p>
<blockquote>
<h2>0.30.1</h2>
<h2><a
href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.30.1">0.30.1</a>
- 2025-09-19</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.30.0...0.30.1">Compare
with 0.30.0</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Create default SSL context in main thread before downloading
inventories (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/eec7fb4bab948ef6db594fc1d1688be0554c5780">eec7fb4</a>
by Çağlar Kutlu). <a
href="https://redirect.github.com/mkdocstrings/mkdocstrings/issue/796">Issue-796</a>,
<a
href="https://redirect.github.com/mkdocstrings/mkdocstrings/pull/797">PR-797</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md">mkdocstrings's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/mkdocstrings/mkdocstrings/releases/tag/0.30.1">0.30.1</a>
- 2025-09-19</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.30.0...0.30.1">Compare
with 0.30.0</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Create default SSL context in main thread before downloading
inventories (<a
href="https://github.com/mkdocstrings/mkdocstrings/commit/eec7fb4bab948ef6db594fc1d1688be0554c5780">eec7fb4</a>
by Çağlar Kutlu). <a
href="https://redirect.github.com/mkdocstrings/mkdocstrings/issue/796">Issue-796</a>,
<a
href="https://redirect.github.com/mkdocstrings/mkdocstrings/pull/797">PR-797</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/b550cdb6be37a65b487154b0edbd5cedc822b4cd"><code>b550cdb</code></a>
chore: Prepare release 0.30.1</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/18f650441629ca56a30befccb5fb0b3a361aff11"><code>18f6504</code></a>
ci: Fix warning</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/eec7fb4bab948ef6db594fc1d1688be0554c5780"><code>eec7fb4</code></a>
fix: Create default SSL context in main thread before downloading
inventories</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/572677173c2d31e5779f6313e48e90cf265b9c62"><code>5726771</code></a>
doc: Add links to MATLAB handler</li>
<li><a
href="https://github.com/mkdocstrings/mkdocstrings/commit/85f4479690f9845a2d3d6d228176f2cc391106d8"><code>85f4479</code></a>
docs: Fix broken NVidia link in README</li>
<li>See full diff in <a
href="https://github.com/mkdocstrings/mkdocstrings/compare/0.30.0...0.30.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `mkdocstrings-python` from 1.16.12 to 1.18.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mkdocstrings/python/releases">mkdocstrings-python's
releases</a>.</em></p>
<blockquote>
<h2>1.18.2</h2>
<h2><a
href="https://github.com/mkdocstrings/python/releases/tag/1.18.2">1.18.2</a>
- 2025-08-28</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/python/compare/1.18.1...1.18.2">Compare
with 1.18.1</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Normalize spaces to underscores when passing object to rendering
context using its kind as key (<a
href="https://github.com/mkdocstrings/python/commit/6f79be0ea83522021e16e5d401209e58576ef93a">6f79be0</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/791">Issue-mkdocstrings-791</a></li>
</ul>
<h2>1.18.1</h2>
<h2><a
href="https://github.com/mkdocstrings/python/releases/tag/1.18.1">1.18.1</a>
- 2025-08-28</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/python/compare/1.18.0...1.18.1">Compare
with 1.18.0</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Don't show implementation signature of <code>__init__</code> method
when <code>overloads_only</code> is true and it is merged into the class
(<a
href="https://github.com/mkdocstrings/python/commit/9ef620f2b1ae80b3711a2e84ab12d7d2c4a2dbdd">9ef620f</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/python/issues/308">Issue-308</a></li>
</ul>
<h2>1.18.0</h2>
<h2><a
href="https://github.com/mkdocstrings/python/releases/tag/1.18.0">1.18.0</a>
- 2025-08-26</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/python/compare/1.17.0...1.18.0">Compare
with 1.17.0</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Support PEP 695 generics (<a
href="https://github.com/mkdocstrings/python/commit/dc8c3adb23b37add6601de9e74085f76e5fc9ee5">dc8c3ad</a>
by Victor Westerhuis). <a
href="https://redirect.github.com/mkdocstrings/python/pull/221">PR-221</a>,
Co-authored-by: Timothée Mazzucotelli <a
href="mailto:dev@pawamoy.fr">dev@pawamoy.fr</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Increase maximum recursion limit in case of deeply nested ASTs (rare
occurrence) (<a
href="https://github.com/mkdocstrings/python/commit/6004ccf3576c7a20e21c880bb2235b7b426ba382">6004ccf</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/griffe/issues/402">Issue-griffe-402</a></li>
</ul>
<h2>1.17.0</h2>
<h2><a
href="https://github.com/mkdocstrings/python/releases/tag/1.17.0">1.17.0</a>
- 2025-08-14</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/python/compare/1.16.12...1.17.0">Compare
with 1.16.12</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Support new Griffe parsing options <code>warn_missing_types</code>
and <code>warnings</code> (<a
href="https://github.com/mkdocstrings/python/commit/0e3bdb857b5ede3e15aa7a9b8b87b33f68889c9e">0e3bdb8</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/437">Issue-mkdocstrings-437</a></li>
<li>Add <code>skip_local_inventory</code> option to prevent objects from
being registered in the local objects inventory (<a
href="https://github.com/mkdocstrings/python/commit/e82c24f17513fba4cff22e90f0a82c00a01a077d">e82c24f</a>
by Bartosz Sławecki). <a
href="https://redirect.github.com/mkdocstrings/python/issues/296">Issue-296</a>,
<a
href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/671">Issue-mkdocstrings-671</a>,
<a
href="https://redirect.github.com/mkdocstrings/python/pull/297">PR-297</a></li>
<li>Support hiding attribute values (<a
href="https://github.com/mkdocstrings/python/commit/6cf34b9882e20d9147a6481e672ae09989a27796">6cf34b9</a>
by Bartosz Sławecki). Issue-292: <a
href="https://redirect.github.com/mkdocstrings/python/issues/292">#292</a>,
PR-293: <a
href="https://redirect.github.com/mkdocstrings/python/issues/293">#293</a></li>
<li>Support hiding implementation signature (showing overload only) (<a
href="https://github.com/mkdocstrings/python/commit/d3b35e17384901e7280b8b6926f10fb033480358">d3b35e1</a>
by Bartosz Sławecki). <a
href="https://redirect.github.com/mkdocstrings/python/issues/213">Issue-213</a>,
<a
href="https://redirect.github.com/mkdocstrings/python/pull/286">PR-286</a></li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Deprecate <code>locale</code> option in favor of mkdocstrings' (<a
href="https://github.com/mkdocstrings/python/commit/17f71babf11081869478b21b2bde1a33fc97be41">17f71ba</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/python/pull/288">PR-288</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md">mkdocstrings-python's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/mkdocstrings/python/releases/tag/1.18.2">1.18.2</a>
- 2025-08-28</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/python/compare/1.18.1...1.18.2">Compare
with 1.18.1</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Normalize spaces to underscores when passing object to rendering
context using its kind as key (<a
href="https://github.com/mkdocstrings/python/commit/6f79be0ea83522021e16e5d401209e58576ef93a">6f79be0</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/791">Issue-mkdocstrings-791</a></li>
</ul>
<h2><a
href="https://github.com/mkdocstrings/python/releases/tag/1.18.1">1.18.1</a>
- 2025-08-28</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/python/compare/1.18.0...1.18.1">Compare
with 1.18.0</a><!-- raw HTML omitted --></p>
<h3>Bug Fixes</h3>
<ul>
<li>Don't show implementation signature of <code>__init__</code> method
when <code>overloads_only</code> is true and it is merged into the class
(<a
href="https://github.com/mkdocstrings/python/commit/9ef620f2b1ae80b3711a2e84ab12d7d2c4a2dbdd">9ef620f</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/python/issues/308">Issue-308</a></li>
</ul>
<h2><a
href="https://github.com/mkdocstrings/python/releases/tag/1.18.0">1.18.0</a>
- 2025-08-26</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/python/compare/1.17.0...1.18.0">Compare
with 1.17.0</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Support PEP 695 generics (<a
href="https://github.com/mkdocstrings/python/commit/dc8c3adb23b37add6601de9e74085f76e5fc9ee5">dc8c3ad</a>
by Victor Westerhuis). <a
href="https://redirect.github.com/mkdocstrings/python/pull/221">PR-221</a>,
Co-authored-by: Timothée Mazzucotelli <a
href="mailto:dev@pawamoy.fr">dev@pawamoy.fr</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Increase maximum recursion limit in case of deeply nested ASTs (rare
occurrence) (<a
href="https://github.com/mkdocstrings/python/commit/6004ccf3576c7a20e21c880bb2235b7b426ba382">6004ccf</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/griffe/issues/402">Issue-griffe-402</a></li>
</ul>
<h2><a
href="https://github.com/mkdocstrings/python/releases/tag/1.17.0">1.17.0</a>
- 2025-08-14</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/python/compare/1.16.12...1.17.0">Compare
with 1.16.12</a><!-- raw HTML omitted --></p>
<h3>Features</h3>
<ul>
<li>Support new Griffe parsing options <code>warn_missing_types</code>
and <code>warnings</code> (<a
href="https://github.com/mkdocstrings/python/commit/0e3bdb857b5ede3e15aa7a9b8b87b33f68889c9e">0e3bdb8</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/437">Issue-mkdocstrings-437</a></li>
<li>Add <code>skip_local_inventory</code> option to prevent objects from
being registered in the local objects inventory (<a
href="https://github.com/mkdocstrings/python/commit/e82c24f17513fba4cff22e90f0a82c00a01a077d">e82c24f</a>
by Bartosz Sławecki). <a
href="https://redirect.github.com/mkdocstrings/python/issues/296">Issue-296</a>,
<a
href="https://redirect.github.com/mkdocstrings/mkdocstrings/issues/671">Issue-mkdocstrings-671</a>,
<a
href="https://redirect.github.com/mkdocstrings/python/pull/297">PR-297</a></li>
<li>Support hiding attribute values (<a
href="https://github.com/mkdocstrings/python/commit/6cf34b9882e20d9147a6481e672ae09989a27796">6cf34b9</a>
by Bartosz Sławecki). Issue-292: <a
href="https://redirect.github.com/mkdocstrings/python/issues/292">#292</a>,
PR-293: <a
href="https://redirect.github.com/mkdocstrings/python/issues/293">#293</a></li>
<li>Support hiding implementation signature (showing overload only) (<a
href="https://github.com/mkdocstrings/python/commit/d3b35e17384901e7280b8b6926f10fb033480358">d3b35e1</a>
by Bartosz Sławecki). <a
href="https://redirect.github.com/mkdocstrings/python/issues/213">Issue-213</a>,
<a
href="https://redirect.github.com/mkdocstrings/python/pull/286">PR-286</a></li>
</ul>
<h3>Code Refactoring</h3>
<ul>
<li>Deprecate <code>locale</code> option in favor of mkdocstrings' (<a
href="https://github.com/mkdocstrings/python/commit/17f71babf11081869478b21b2bde1a33fc97be41">17f71ba</a>
by Timothée Mazzucotelli). <a
href="https://redirect.github.com/mkdocstrings/python/pull/288">PR-288</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mkdocstrings/python/commit/754b481471ebc032e6dafe7efe4193b73ef2d8bb"><code>754b481</code></a>
chore: Prepare release 1.18.2</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/6f79be0ea83522021e16e5d401209e58576ef93a"><code>6f79be0</code></a>
fix: Normalize spaces to underscores when passing object to rendering
context...</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/30d4ba23e4402a63ee27a37135c38918bdcbeca5"><code>30d4ba2</code></a>
docs: Fix docs for type parameter headings</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/913358955a90b4faac32b3903a8531a835713e12"><code>9133589</code></a>
chore: Prepare release 1.18.1</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/9ef620f2b1ae80b3711a2e84ab12d7d2c4a2dbdd"><code>9ef620f</code></a>
fix: Don't show implementation signature of <code>__init__</code> method
when</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/2d3f75ac4eff8cbc9bd7f747f975af7d70013062"><code>2d3f75a</code></a>
chore: Prepare release 1.18.0</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/dc8c3adb23b37add6601de9e74085f76e5fc9ee5"><code>dc8c3ad</code></a>
feat: Support PEP 695 generics</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/53507b537e0387624f3b71b099b254c1e4f3b4ad"><code>53507b5</code></a>
ci: Remove unused type ignore comment</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/6004ccf3576c7a20e21c880bb2235b7b426ba382"><code>6004ccf</code></a>
fix: Increase maximum recursion limit in case of deeply nested ASTs
(rare occ...</li>
<li><a
href="https://github.com/mkdocstrings/python/commit/3a0bb1e60b07e47996ced740577c02ade50bf02b"><code>3a0bb1e</code></a>
chore: Prepare release 1.17.0</li>
<li>Additional commits viewable in <a
href="https://github.com/mkdocstrings/python/compare/1.16.12...1.18.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `mkdocs-autorefs` from 1.4.2 to 1.4.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mkdocstrings/autorefs/releases">mkdocs-autorefs's
releases</a>.</em></p>
<blockquote>
<h2>1.4.3</h2>
<h2><a
href="https://github.com/mkdocstrings/autorefs/releases/tag/1.4.3">1.4.3</a>
- 2025-08-26</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/autorefs/compare/1.4.2...1.4.3">Compare
with 1.4.2</a><!-- raw HTML omitted --></p>
<h3>Code Refactoring</h3>
<ul>
<li>Be more robust when getting breadcrumbs/backlinks (<a
href="https://github.com/mkdocstrings/autorefs/commit/664aece875aa90dfe2f9661f18a27ff27c258f8c">664aece</a>
by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/mkdocstrings/autorefs/blob/main/CHANGELOG.md">mkdocs-autorefs's
changelog</a>.</em></p>
<blockquote>
<h2><a
href="https://github.com/mkdocstrings/autorefs/releases/tag/1.4.3">1.4.3</a>
- 2025-08-26</h2>
<p><!-- raw HTML omitted --><a
href="https://github.com/mkdocstrings/autorefs/compare/1.4.2...1.4.3">Compare
with 1.4.2</a><!-- raw HTML omitted --></p>
<h3>Code Refactoring</h3>
<ul>
<li>Be more robust when getting breadcrumbs/backlinks (<a
href="https://github.com/mkdocstrings/autorefs/commit/664aece875aa90dfe2f9661f18a27ff27c258f8c">664aece</a>
by Timothée Mazzucotelli).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mkdocstrings/autorefs/commit/a77611b2935c6d1e052ae6c6cce3869b61080a2f"><code>a77611b</code></a>
chore: Prepare release 1.4.3</li>
<li><a
href="https://github.com/mkdocstrings/autorefs/commit/0bc358b820998b4f949f76a37cd28eb3720ea5bb"><code>0bc358b</code></a>
chore: Template upgrade</li>
<li><a
href="https://github.com/mkdocstrings/autorefs/commit/664aece875aa90dfe2f9661f18a27ff27c258f8c"><code>664aece</code></a>
refactor: Be more robust when getting breadcrumbs/backlinks</li>
<li>See full diff in <a
href="https://github.com/mkdocstrings/autorefs/compare/1.4.2...1.4.3">compare
view</a></li>
</ul>
</details>
<br />

Updates `mkdocs-glightbox` from 0.4.0 to 0.5.1
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/blueswen/mkdocs-glightbox/releases">mkdocs-glightbox's
releases</a>.</em></p>
<blockquote>
<h2>mkdocs-glightbox-0.5.1</h2>
<ul>
<li>Pined selectolax to 0.3.29 to avoid missing binary wheel issue on
some platforms (<a
href="https://redirect.github.com/blueswen/mkdocs-glightbox/issues/63">#63</a>)</li>
</ul>
<h2>mkdocs-glightbox-0.5.0</h2>
<ul>
<li>Updated glightbox to 3.3.1</li>
<li>Migrated to uv and pyproject.toml for development and building</li>
<li>Replaced regex with Selectolax to improve performance, availability
and maintainability (<a
href="https://redirect.github.com/blueswen/mkdocs-glightbox/issues/44">#44</a>,
<a
href="https://redirect.github.com/blueswen/mkdocs-glightbox/issues/56">#56</a>,
<a
href="https://redirect.github.com/blueswen/mkdocs-glightbox/issues/61">#61</a>)</li>
<li>Updated tests and workflow</li>
<li>Support auto themed (<a
href="https://redirect.github.com/blueswen/mkdocs-glightbox/issues/49">#49</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/blueswen/mkdocs-glightbox/blob/main/CHANGELOG">mkdocs-glightbox's
changelog</a>.</em></p>
<blockquote>
<p>mkdocs-glightbox-0.5.1 (2025-09-04)</p>
<pre><code>* Pined selectolax to 0.3.29 to avoid missing binary wheel
issue on some platforms
([#63](blueswen/mkdocs-glightbox#63))
</code></pre>
<p>mkdocs-glightbox-0.5.0 (2025-09-03)</p>
<pre><code>* Updated glightbox to 3.3.1
* Migrated to uv and pyproject.toml for development and building
* Replaced regex with Selectolax to improve performance, availability
and maintainability
([#44](blueswen/mkdocs-glightbox#44),
[#56](blueswen/mkdocs-glightbox#56),
[#61](blueswen/mkdocs-glightbox#61))
* Updated tests and workflow
* Support auto themed
([#49](blueswen/mkdocs-glightbox#49))
</code></pre>
<p>mkdocs-glightbox-0.4.0 (2023-05-06)</p>
<pre><code>* Supported manual mode
([#29](blueswen/mkdocs-glightbox#29))
* Allow calling lightbox methods from other places
([#34](blueswen/mkdocs-glightbox#34))
* Added id to appended script tag
([#38](blueswen/mkdocs-glightbox#38))
* Access theme attribute directly
([#40](blueswen/mkdocs-glightbox#40))
* Better JavaScript Error Handling
([#36](blueswen/mkdocs-glightbox#36))
</code></pre>
<p>mkdocs-glightbox-0.3.7 (2023-01-24)</p>
<pre><code>* Supported custom background and shadow
([#27](blueswen/mkdocs-glightbox#27))
</code></pre>
<p>mkdocs-glightbox-0.3.6 (2023-12-30)</p>
<pre><code>* Modified width default to auto prevent zooming large image
bug ([#21](blueswen/mkdocs-glightbox#21))
* Supported only enable glightbox with on-glb class in given page
([#28](blueswen/mkdocs-glightbox#28))
</code></pre>
<p>mkdocs-glightbox-0.3.5 (2023-11-18)</p>
<pre><code>* Supported compatibility with the privacy plugin of Material
for MkDocs insiders
([#25](blueswen/mkdocs-glightbox#25))
</code></pre>
<p>mkdocs-glightbox-0.3.4 (2023-04-25)</p>
<pre><code>* Fixed regex bug: quote issue and empty alt issue
([#14](blueswen/mkdocs-glightbox#14)
[#19](blueswen/mkdocs-glightbox#19))
</code></pre>
<p>mkdocs-glightbox-0.3.3 (2023-04-20)</p>
<pre><code>* Refactored processing logic with regex
([#14](blueswen/mkdocs-glightbox#14))
</code></pre>
<p>mkdocs-glightbox-0.3.2 (2023-03-19)</p>
<pre><code>* Supported image without extension
([#13](blueswen/mkdocs-glightbox#13))
</code></pre>
<p>mkdocs-glightbox-0.3.1 (2022-11-22)</p>
<pre><code>* Supported lightbox slide effect customization
([#8](blueswen/mkdocs-glightbox#8))
* Supported synchronized lightbox caption dark mode with Material for
MkDocs ([#7](blueswen/mkdocs-glightbox#7))
* Supported glightbox built-in gallery feature
([#11](blueswen/mkdocs-glightbox#11))
</code></pre>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/694227f5a0e94679aa40d38a7b0277c586858547"><code>694227f</code></a>
Pin selectolax to 0.3.29 (<a
href="https://redirect.github.com/blueswen/mkdocs-glightbox/issues/63">#63</a>)</li>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/1fe19b3a131e071d1b4e888e6d8a6b93936fb0cc"><code>1fe19b3</code></a>
Fix workflow bug</li>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/1bfb43bb235f828262f51399d4e6ab34afb1008c"><code>1bfb43b</code></a>
Fix workflow bug and update doc</li>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/06c6fda0b30bdd313cd42f4103221066a6e273e3"><code>06c6fda</code></a>
Update workflow</li>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/f56ea6e9027b78431c14b9886da94f4668ce3321"><code>f56ea6e</code></a>
Update workflow</li>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/4aa9e2cb2cef88696d47774f24532c0d63005947"><code>4aa9e2c</code></a>
v0.5.0</li>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/46584c3663d4d23bd1e35b1e9479668a443a98d9"><code>46584c3</code></a>
Update workflow</li>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/5258122ff6fbf9ba20d56ef414f60a4c2a5fc2a8"><code>5258122</code></a>
Update doc</li>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/ef24e0723231a51ab7e9e2a1a7a5c7fb1a0f55dd"><code>ef24e07</code></a>
Build doc with action</li>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/78d2229e26c6a76722dd042697743adc90b6af10"><code>78d2229</code></a>
Update workflow</li>
<li>Additional commits viewable in <a
href="https://github.com/blueswen/mkdocs-glightbox/compare/v0.4.0...v0.5.1">compare
view</a></li>
</ul>
</details>
<br />

Updates `mkdocs-material` from 9.6.16 to 9.6.21
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's
releases</a>.</em></p>
<blockquote>
<h2>mkdocs-material-9.6.21</h2>
<ul>
<li>Updated Serbian translations</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8458">#8458</a>:
Temporary pin of click dependency</li>
</ul>
<h2>mkdocs-material-9.6.20</h2>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8446">#8446</a>:
Deprecation warning as of Python 3.14 in Emoji extension</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8440">#8440</a>:
<code>&amp;</code> character not escaped in search highlighting</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8439">#8439</a>:
FontAwesome icons color not set in social cards (regression)</li>
</ul>
<h2>mkdocs-material-9.6.19</h2>
<ul>
<li>Added support for Python 3.14</li>
<li>Updated Bahasa Malaysia translations</li>
</ul>
<h2>mkdocs-material-9.6.18</h2>
<ul>
<li>Updated Azerbaijani translations</li>
<li>Fixed last compat issues with <a
href="https://github.com/mitsuhiko/minijinja">minijinja</a>, now 100%
compatible</li>
</ul>
<h2>mkdocs-material-9.6.17</h2>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8396">#8396</a>:
Videos do not autoplay when inside a content tab</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8394">#8394</a>:
Stroke width not effective in Mermaid.js diagrams</li>
<li>Fixed disappearing version selector when hiding page title</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's
changelog</a>.</em></p>
<blockquote>
<p>mkdocs-material-9.6.21 (2025-09-30)</p>
<ul>
<li>Updated Serbian translations</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8458">#8458</a>:
Temporary pin of click dependency</li>
</ul>
<p>mkdocs-material-9.6.20 (2025-09-15)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8446">#8446</a>:
Deprecation warning as of Python 3.14 in Emoji extension</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8440">#8440</a>:
<code>&amp;</code> character not escaped in search highlighting</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8439">#8439</a>:
FontAwesome icons color not set in social cards (regression)</li>
</ul>
<p>mkdocs-material-9.6.19 (2025-09-07)</p>
<ul>
<li>Added support for Python 3.14</li>
<li>Updated Bahasa Malaysia translations</li>
</ul>
<p>mkdocs-material-9.6.18 (2025-08-22)</p>
<ul>
<li>Updated Azerbaijani translations</li>
<li>Fixed last compat issues with [minijinja], now 100% compatible</li>
</ul>
<p>mkdocs-material-9.6.17 (2025-08-15)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8396">#8396</a>:
Videos do not autoplay when inside a content tab</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8394">#8394</a>:
Stroke width not effective in Mermaid.js diagrams</li>
<li>Fixed disappearing version selector when hiding page title</li>
</ul>
<p>mkdocs-material-9.6.16 (2025-07-26)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8349">#8349</a>:
Info plugin doesn't correctly detect virtualenv in some cases</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8334">#8334</a>:
Find-in-page detects matches in hidden search result list</li>
</ul>
<p>mkdocs-material-9.6.15 (2025-07-01)</p>
<ul>
<li>Updated Mongolian translations</li>
<li>Improved semantic markup of &quot;edit this page&quot; button</li>
<li>Improved info plugin virtual environment resolution</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8291">#8291</a>:
Large font size setting throws of breakpoints in JavaScript</li>
</ul>
<p>mkdocs-material-9.6.14 (2025-05-13)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8215">#8215</a>:
Social plugin crashes when CairoSVG is updated to 2.8</li>
</ul>
<p>mkdocs-material-9.6.13 (2025-05-10)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8204">#8204</a>:
Annotations showing list markers in print view</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8153">#8153</a>:
Improve style of cardinality symbols in Mermaid.js ER diagrams</li>
</ul>
<p>mkdocs-material-9.6.12 (2025-04-17)</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/f7cacc0089c01e6c075512da06de949e769dad0e"><code>f7cacc0</code></a>
Prepare 9.6.21 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/6f715fbe063869d6fda139c0b9f06e371517d106"><code>6f715fb</code></a>
Unpinned click</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/97e275c953e5b8255ca24ca166ddd802e23d84b1"><code>97e275c</code></a>
Updated Serbian languages (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8445">#8445</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/f0b0b5931a386b670c19d3e3b78ecd41da144341"><code>f0b0b59</code></a>
Prepare 9.6.20 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/900981b6f82c51fdf4e78f1e5f9e48592bbb85c2"><code>900981b</code></a>
Fixed deprecation warning as of Python 3.14 in Emoji extension</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/ed0026322f5ff51df2e9c9f8489ba2e3ebc06fa5"><code>ed00263</code></a>
Documentation (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8443">#8443</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/a4f42bbfcdc816f7e69b2ab0c7ed87d58862939e"><code>a4f42bb</code></a>
Updated Premium sponsors</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/63d7e746be929737d7bbbca32d66f5d083ea253a"><code>63d7e74</code></a>
Fixed FontAwesome icons having fill attributes</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/ee678455e93a2a356d58bc7a1c57f1e3e171a8c4"><code>ee67845</code></a>
Fixed &amp; not escaped in search highlighting</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/2fe55eecfa0abe6004ea0adb8b5fbc527d788d5f"><code>2fe55ee</code></a>
Prepare 9.6.19 release</li>
<li>Additional commits viewable in <a
href="https://github.com/squidfunk/mkdocs-material/compare/9.6.16...9.6.21">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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
lars-reimann pushed a commit that referenced this pull request Nov 4, 2025
Bumps the mkdocs group with 2 updates:
[mkdocs-glightbox](https://github.com/blueswen/mkdocs-glightbox) and
[mkdocs-material](https://github.com/squidfunk/mkdocs-material).

Updates `mkdocs-glightbox` from 0.5.1 to 0.5.2
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/blueswen/mkdocs-glightbox/releases">mkdocs-glightbox's
releases</a>.</em></p>
<blockquote>
<h2>mkdocs-glightbox-0.5.2</h2>
<ul>
<li>Updated selectolax dependency to &gt;=0.3.29 to support Python 3.14
(<a
href="https://redirect.github.com/blueswen/mkdocs-glightbox/issues/64">#64</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/blueswen/mkdocs-glightbox/blob/main/CHANGELOG">mkdocs-glightbox's
changelog</a>.</em></p>
<blockquote>
<p>mkdocs-glightbox-0.5.2 (2025-10-23)</p>
<pre><code>* Updated selectolax dependency to &gt;=0.3.29 to support
Python 3.14
([#64](blueswen/mkdocs-glightbox#64))
</code></pre>
<p>mkdocs-glightbox-0.5.1 (2025-09-04)</p>
<pre><code>* Pined selectolax to 0.3.29 to avoid missing binary wheel
issue on some platforms
([#63](blueswen/mkdocs-glightbox#63))
</code></pre>
<p>mkdocs-glightbox-0.5.0 (2025-09-03)</p>
<pre><code>* Updated glightbox to 3.3.1
* Migrated to uv and pyproject.toml for development and building
* Replaced regex with Selectolax to improve performance, availability
and maintainability
([#44](blueswen/mkdocs-glightbox#44),
[#56](blueswen/mkdocs-glightbox#56),
[#61](blueswen/mkdocs-glightbox#61))
* Updated tests and workflow
* Support auto themed
([#49](blueswen/mkdocs-glightbox#49))
</code></pre>
<p>mkdocs-glightbox-0.4.0 (2023-05-06)</p>
<pre><code>* Supported manual mode
([#29](blueswen/mkdocs-glightbox#29))
* Allow calling lightbox methods from other places
([#34](blueswen/mkdocs-glightbox#34))
* Added id to appended script tag
([#38](blueswen/mkdocs-glightbox#38))
* Access theme attribute directly
([#40](blueswen/mkdocs-glightbox#40))
* Better JavaScript Error Handling
([#36](blueswen/mkdocs-glightbox#36))
</code></pre>
<p>mkdocs-glightbox-0.3.7 (2023-01-24)</p>
<pre><code>* Supported custom background and shadow
([#27](blueswen/mkdocs-glightbox#27))
</code></pre>
<p>mkdocs-glightbox-0.3.6 (2023-12-30)</p>
<pre><code>* Modified width default to auto prevent zooming large image
bug ([#21](blueswen/mkdocs-glightbox#21))
* Supported only enable glightbox with on-glb class in given page
([#28](blueswen/mkdocs-glightbox#28))
</code></pre>
<p>mkdocs-glightbox-0.3.5 (2023-11-18)</p>
<pre><code>* Supported compatibility with the privacy plugin of Material
for MkDocs insiders
([#25](blueswen/mkdocs-glightbox#25))
</code></pre>
<p>mkdocs-glightbox-0.3.4 (2023-04-25)</p>
<pre><code>* Fixed regex bug: quote issue and empty alt issue
([#14](blueswen/mkdocs-glightbox#14)
[#19](blueswen/mkdocs-glightbox#19))
</code></pre>
<p>mkdocs-glightbox-0.3.3 (2023-04-20)</p>
<pre><code>* Refactored processing logic with regex
([#14](blueswen/mkdocs-glightbox#14))
</code></pre>
<p>mkdocs-glightbox-0.3.2 (2023-03-19)</p>
<pre><code>* Supported image without extension
([#13](blueswen/mkdocs-glightbox#13))
</code></pre>
<p>mkdocs-glightbox-0.3.1 (2022-11-22)</p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/c94b0616480e96a86939a2a248f18a6f57f80516"><code>c94b061</code></a>
v0.5.2</li>
<li><a
href="https://github.com/blueswen/mkdocs-glightbox/commit/1744655f5f8006c3929f076c9e066e2e56b63c04"><code>1744655</code></a>
Update selectolax dependency to &gt;=0.3.29 to support Python 3.14 (<a
href="https://redirect.github.com/blueswen/mkdocs-glightbox/issues/64">#64</a>)</li>
<li>See full diff in <a
href="https://github.com/blueswen/mkdocs-glightbox/compare/v0.5.1...v0.5.2">compare
view</a></li>
</ul>
</details>
<br />

Updates `mkdocs-material` from 9.6.21 to 9.6.22
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's
releases</a>.</em></p>
<blockquote>
<h2>mkdocs-material-9.6.22</h2>
<ul>
<li>Updated Georgian translation</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG">mkdocs-material's
changelog</a>.</em></p>
<blockquote>
<p>mkdocs-material-9.6.22 (2025-10-15)</p>
<ul>
<li>Updated Georgian translation</li>
</ul>
<p>mkdocs-material-9.6.21 (2025-09-30)</p>
<ul>
<li>Updated Serbian translations</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8458">#8458</a>:
Temporary pin of click dependency</li>
</ul>
<p>mkdocs-material-9.6.20 (2025-09-15)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8446">#8446</a>:
Deprecation warning as of Python 3.14 in Emoji extension</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8440">#8440</a>:
<code>&amp;</code> character not escaped in search highlighting</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8439">#8439</a>:
FontAwesome icons color not set in social cards (regression)</li>
</ul>
<p>mkdocs-material-9.6.19 (2025-09-07)</p>
<ul>
<li>Added support for Python 3.14</li>
<li>Updated Bahasa Malaysia translations</li>
</ul>
<p>mkdocs-material-9.6.18 (2025-08-22)</p>
<ul>
<li>Updated Azerbaijani translations</li>
<li>Fixed last compat issues with [minijinja], now 100% compatible</li>
</ul>
<p>mkdocs-material-9.6.17 (2025-08-15)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8396">#8396</a>:
Videos do not autoplay when inside a content tab</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8394">#8394</a>:
Stroke width not effective in Mermaid.js diagrams</li>
<li>Fixed disappearing version selector when hiding page title</li>
</ul>
<p>mkdocs-material-9.6.16 (2025-07-26)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8349">#8349</a>:
Info plugin doesn't correctly detect virtualenv in some cases</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8334">#8334</a>:
Find-in-page detects matches in hidden search result list</li>
</ul>
<p>mkdocs-material-9.6.15 (2025-07-01)</p>
<ul>
<li>Updated Mongolian translations</li>
<li>Improved semantic markup of &quot;edit this page&quot; button</li>
<li>Improved info plugin virtual environment resolution</li>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8291">#8291</a>:
Large font size setting throws of breakpoints in JavaScript</li>
</ul>
<p>mkdocs-material-9.6.14 (2025-05-13)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8215">#8215</a>:
Social plugin crashes when CairoSVG is updated to 2.8</li>
</ul>
<p>mkdocs-material-9.6.13 (2025-05-10)</p>
<ul>
<li>Fixed <a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8204">#8204</a>:
Annotations showing list markers in print view</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/9b3247c9cdee7e2bd67c371a136c5de487f38f19"><code>9b3247c</code></a>
Updated changelog</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/8f9dcbdd68bd5746ed1dd712d6fd7d5fe0808292"><code>8f9dcbd</code></a>
Prepare 9.6.22 release</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/b29310f37dc9402ab9271ca8aaf356c44b046d78"><code>b29310f</code></a>
Updated dependencies</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/68bfd526e1dbb8db0c64dcca54780f0c2636d301"><code>68bfd52</code></a>
Documentation</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/c68fac7fb3071fa4f45cc823e2ca2ea82fd67b43"><code>c68fac7</code></a>
Updated Georgian translations</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/56bb56c0fed1217f0a58a660ccbefd73db671397"><code>56bb56c</code></a>
Bump actions/setup-node from 4 to 5 (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8471">#8471</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/e7d898a32470c094f9ffeb807171e74f4aef4288"><code>e7d898a</code></a>
Bump actions/setup-python from 5 to 6 (<a
href="https://redirect.github.com/squidfunk/mkdocs-material/issues/8472">#8472</a>)</li>
<li><a
href="https://github.com/squidfunk/mkdocs-material/commit/1e0699de267e82fa680b07ee1f9fb5575238c476"><code>1e0699d</code></a>
Updated dependencies</li>
<li>See full diff in <a
href="https://github.com/squidfunk/mkdocs-material/compare/9.6.21...9.6.22">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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released Included in a release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant