-
-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't ignore Pygments background #169
Merged
AA-Turner
merged 2 commits into
sphinx-doc:master
from
mgeier:allow-pygments-background
Jul 15, 2024
Merged
Don't ignore Pygments background #169
AA-Turner
merged 2 commits into
sphinx-doc:master
from
mgeier:allow-pygments-background
Jul 15, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 tasks
github-actions bot
referenced
this pull request
in MaRDI4NFDI/open-interfaces
Jan 15, 2024
Bumps [alabaster](https://github.com/sphinx-doc/alabaster) from 0.7.13 to 0.7.16. <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 0.7.16</h2> <p>Changelog: <a href="https://alabaster.readthedocs.io/en/latest/changelog.html">https://alabaster.readthedocs.io/en/latest/changelog.html</a></p> <h2>Alabaster 0.7.15</h2> <p>Changelog: <a href="https://alabaster.readthedocs.io/en/latest/changelog.html">https://alabaster.readthedocs.io/en/latest/changelog.html</a></p> <h2>Alabaster 0.7.14</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>0.7.16</code> -- 2024-01-10</h2> <ul> <li>:bug:<code>215</code> Do not display <code>logo_name</code> if it is set to <code>False</code>.</li> </ul> <h2>:git_tag:<code>0.7.15</code> -- 2024-01-08</h2> <ul> <li>:feature:<code>213</code> Allow an arbitrary string in the <code>logo_name</code> option.</li> <li>:feature:<code>114</code> Improved sidebar CSS styles.</li> <li>:issue:<code>178</code> Deprecated <code>canonical_url</code> in favor of <code>html_baseurl</code>.</li> <li>:bug:<code>200</code> Removed duplicate <code><meta name="viewport" ... /></code> tag.</li> <li>:bug:<code>188</code> Removed underline from whitespace.</li> <li>:bug:<code>164</code> Removed <code>type="text/javascript"</code> from <!-- raw HTML omitted --> elements.</li> <li>:bug:<code>161</code> Replaced <code>&copy;</code> with unicode decimal code entity <code>[#169](https://github.com/sphinx-doc/alabaster/issues/169);</code>.</li> </ul> <h2>:git_tag:<code>0.7.14</code> -- 2024-01-08</h2> <ul> <li>Dropped support for Python 3.8 and earlier.</li> <li>Dropped support for Sphinx 3.3 and earlier.</li> <li>:issue:<code>198</code> Fix horizontal scrolling on mobile.</li> <li>:issue:<code>206</code> Properly support the <code>html_support_sphinx</code> config value.</li> <li>:issue:<code>211</code> Fix the GitHub 'forkme' banner.</li> <li>Added <code>alabaster_version_info</code> to the HTML template context.</li> <li>Declare support for Python 3.13.</li> <li>Adopt the Ruff linter and formatter.</li> <li>Migrate from CircleCI to GitHub Actions.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/alabaster/commit/f3fdc049e4b531595bc075718a66677fbca851e3"><code>f3fdc04</code></a> Bump to 0.7.16</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/39cbbc1b614876118ce1d3209b04ea0c642033b5"><code>39cbbc1</code></a> Do not display logo_name == 'false'</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/d24c4cba335cf2215600b41589d9e30a4eb96a76"><code>d24c4cb</code></a> Bump to 0.7.15</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/56f12de4cb6d35781fc9073226299ab90e567ab5"><code>56f12de</code></a> Include documentation in the sdist</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/2d8d0382077c342b1670cf72a8da70b9ab04bb5b"><code>2d8d038</code></a> Adorn the LICENSE file with a suffix</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/a31816c198dd3562a4f8a2eb22e7758a1e121ceb"><code>a31816c</code></a> Remove obscenities (<a href="https://redirect.github.com/sphinx-doc/alabaster/issues/173">#173</a>)</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/166d6e70ce9d52dfb849e51467cb5a23e9595f01"><code>166d6e7</code></a> Replace © with unicode decimal code entity (<a href="https://redirect.github.com/sphinx-doc/alabaster/issues/161">#161</a>)</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/b9e8d798dfb8f94a07bd96883cc8bd6d60b488cb"><code>b9e8d79</code></a> Deprecate canonical_url in favor of html_baseurl (<a href="https://redirect.github.com/sphinx-doc/alabaster/issues/178">#178</a>)</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/848e71871b0da4fbb73cee84157f169641a7c9b6"><code>848e718</code></a> Allow an arbitrary string in the logo_name option (<a href="https://redirect.github.com/sphinx-doc/alabaster/issues/213">#213</a>)</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/6922a16732eab173c1fec74dd8e903f8ad0f4222"><code>6922a16</code></a> Improve sidebar styles</li> <li>Additional commits viewable in <a href="https://github.com/sphinx-doc/alabaster/compare/0.7.13...0.7.16">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alabaster&package-manager=pip&previous-version=0.7.13&new-version=0.7.16)](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>
bader
referenced
this pull request
in intel/llvm
Jan 26, 2024
…12498) Bumps the llvm-docs-requirements group in /llvm/docs with 11 updates: | Package | From | To | | --- | --- | --- | | [alabaster](https://github.com/sphinx-doc/alabaster) | `0.7.13` | `0.7.16` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.12.2` | `4.12.3` | | [furo](https://github.com/pradyunsg/furo) | `2023.8.19` | `2023.9.10` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.5.1` | `3.5.2` | | [markupsafe](https://github.com/pallets/markupsafe) | `2.1.3` | `2.1.4` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.1.2` | `7.2.6` | | [sphinxcontrib-applehelp](https://github.com/sphinx-doc/sphinxcontrib-applehelp) | `1.0.4` | `1.0.8` | | [sphinxcontrib-devhelp](https://github.com/sphinx-doc/sphinxcontrib-devhelp) | `1.0.5` | `1.0.6` | | [sphinxcontrib-htmlhelp](https://github.com/sphinx-doc/sphinxcontrib-htmlhelp) | `2.0.4` | `2.0.5` | | [sphinxcontrib-qthelp](https://github.com/sphinx-doc/sphinxcontrib-qthelp) | `1.0.6` | `1.0.7` | | [sphinxcontrib-serializinghtml](https://github.com/sphinx-doc/sphinxcontrib-serializinghtml) | `1.1.9` | `1.1.10` | Updates `alabaster` from 0.7.13 to 0.7.16 <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 0.7.16</h2> <p>Changelog: <a href="https://alabaster.readthedocs.io/en/latest/changelog.html">https://alabaster.readthedocs.io/en/latest/changelog.html</a></p> <h2>Alabaster 0.7.15</h2> <p>Changelog: <a href="https://alabaster.readthedocs.io/en/latest/changelog.html">https://alabaster.readthedocs.io/en/latest/changelog.html</a></p> <h2>Alabaster 0.7.14</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>0.7.16</code> -- 2024-01-10</h2> <ul> <li>:bug:<code>215</code> Do not display <code>logo_name</code> if it is set to <code>False</code>.</li> </ul> <h2>:git_tag:<code>0.7.15</code> -- 2024-01-08</h2> <ul> <li>:feature:<code>213</code> Allow an arbitrary string in the <code>logo_name</code> option.</li> <li>:feature:<code>114</code> Improved sidebar CSS styles.</li> <li>:issue:<code>178</code> Deprecated <code>canonical_url</code> in favor of <code>html_baseurl</code>.</li> <li>:bug:<code>200</code> Removed duplicate <code><meta name="viewport" ... /></code> tag.</li> <li>:bug:<code>188</code> Removed underline from whitespace.</li> <li>:bug:<code>164</code> Removed <code>type="text/javascript"</code> from <!-- raw HTML omitted --> elements.</li> <li>:bug:<code>161</code> Replaced <code>&copy;</code> with unicode decimal code entity <code>[#169](https://github.com/sphinx-doc/alabaster/issues/169);</code>.</li> </ul> <h2>:git_tag:<code>0.7.14</code> -- 2024-01-08</h2> <ul> <li>Dropped support for Python 3.8 and earlier.</li> <li>Dropped support for Sphinx 3.3 and earlier.</li> <li>:issue:<code>198</code> Fix horizontal scrolling on mobile.</li> <li>:issue:<code>206</code> Properly support the <code>html_support_sphinx</code> config value.</li> <li>:issue:<code>211</code> Fix the GitHub 'forkme' banner.</li> <li>Added <code>alabaster_version_info</code> to the HTML template context.</li> <li>Declare support for Python 3.13.</li> <li>Adopt the Ruff linter and formatter.</li> <li>Migrate from CircleCI to GitHub Actions.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/alabaster/commit/f3fdc049e4b531595bc075718a66677fbca851e3"><code>f3fdc04</code></a> Bump to 0.7.16</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/39cbbc1b614876118ce1d3209b04ea0c642033b5"><code>39cbbc1</code></a> Do not display logo_name == 'false'</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/d24c4cba335cf2215600b41589d9e30a4eb96a76"><code>d24c4cb</code></a> Bump to 0.7.15</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/56f12de4cb6d35781fc9073226299ab90e567ab5"><code>56f12de</code></a> Include documentation in the sdist</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/2d8d0382077c342b1670cf72a8da70b9ab04bb5b"><code>2d8d038</code></a> Adorn the LICENSE file with a suffix</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/a31816c198dd3562a4f8a2eb22e7758a1e121ceb"><code>a31816c</code></a> Remove obscenities (<a href="https://redirect.github.com/sphinx-doc/alabaster/issues/173">#173</a>)</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/166d6e70ce9d52dfb849e51467cb5a23e9595f01"><code>166d6e7</code></a> Replace © with unicode decimal code entity (<a href="https://redirect.github.com/sphinx-doc/alabaster/issues/161">#161</a>)</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/b9e8d798dfb8f94a07bd96883cc8bd6d60b488cb"><code>b9e8d79</code></a> Deprecate canonical_url in favor of html_baseurl (<a href="https://redirect.github.com/sphinx-doc/alabaster/issues/178">#178</a>)</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/848e71871b0da4fbb73cee84157f169641a7c9b6"><code>848e718</code></a> Allow an arbitrary string in the logo_name option (<a href="https://redirect.github.com/sphinx-doc/alabaster/issues/213">#213</a>)</li> <li><a href="https://github.com/sphinx-doc/alabaster/commit/6922a16732eab173c1fec74dd8e903f8ad0f4222"><code>6922a16</code></a> Improve sidebar styles</li> <li>Additional commits viewable in <a href="https://github.com/sphinx-doc/alabaster/compare/0.7.13...0.7.16">compare view</a></li> </ul> </details> <br /> Updates `beautifulsoup4` from 4.12.2 to 4.12.3 Updates `furo` from 2023.8.19 to 2023.9.10 <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>2023.09.10 -- Zesty Zaffre</h2> <ul> <li>Make asset hash injection idempotent, fixing Sphinx 6 compatibility.</li> <li>Fix the check for HTML builders, fixing non-HTML Read the Docs builds.</li> </ul> <h2>2023.08.19 -- Xenolithic Xanadu</h2> <ul> <li>Fix missing search context with Sphinx 7.2, for dirhtml builds.</li> <li>Drop support for Python 3.7.</li> <li>Present configuration errors in a better format -- thanks <a href="https://github.com/AA-Turner"><code>@AA-Turner</code></a>!</li> <li>Bump <code>require_sphinx()</code> to Sphinx 6.0, in line with dependency changes in Unassuming Ultramarine.</li> </ul> <h2>2023.08.17 -- Wonderous White</h2> <ul> <li>Fix compatiblity with Sphinx 7.2.0 and 7.2.1.</li> </ul> <h2>2023.07.26 -- Vigilant Volt</h2> <ul> <li>Fix compatiblity with Sphinx 7.1.</li> <li>Improve how content overflow is handled.</li> <li>Improve how literal blocks containing inline code are handled.</li> </ul> <h2>2023.05.20 -- Unassuming Ultramarine</h2> <ul> <li>✨ Add support for Sphinx 7.</li> <li>Drop support for Sphinx 5.</li> <li>Improve the screen-reader label for sidebar collapse.</li> <li>Make it easier to create derived themes from Furo.</li> <li>Bump all JS dependencies (NodeJS and npm packages).</li> </ul> <h2>2023.03.27 -- Tasty Tangerine</h2> <ul> <li>Regenerate with newer version of sphinx-theme-builder, to fix RECORD hashes.</li> <li>Add missing class to Font Awesome examples</li> </ul> <h2>2023.03.23 -- Sassy Saffron</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pradyunsg/furo/commit/2718ca42930f7c8c11bc96341e0d3db6f532b08d"><code>2718ca4</code></a> Prepare release: 2023.09.10</li> <li><a href="https://github.com/pradyunsg/furo/commit/c22c99d931decfa4641e400e428606bc6184af56"><code>c22c99d</code></a> Update changelog</li> <li><a href="https://github.com/pradyunsg/furo/commit/c37e84961d9ffbc77ab7be268081d1b3497f0311"><code>c37e849</code></a> Quote a not-runtime-generic type annotation</li> <li><a href="https://github.com/pradyunsg/furo/commit/9cfdf44784dc90085549490ff1eddd2afc37c1d6"><code>9cfdf44</code></a> Rework infrastructure for linting</li> <li><a href="https://github.com/pradyunsg/furo/commit/5abeb9fc962aee61eda02e0c75e872004635e9d5"><code>5abeb9f</code></a> Fix the check for HTML builders</li> <li><a href="https://github.com/pradyunsg/furo/commit/ee2ab5459ddb0a32c3467b88c9c628611eb55073"><code>ee2ab54</code></a> Tweak how tests are run with nox</li> <li><a href="https://github.com/pradyunsg/furo/commit/cdae2366c340695ba724ca8438a4cd1e605c8848"><code>cdae236</code></a> Test against Sphinx minor versions in CI</li> <li><a href="https://github.com/pradyunsg/furo/commit/9e40071eb8c4c3e38845b57c4f5242bef2a44af2"><code>9e40071</code></a> Make asset hash injection idempotent</li> <li><a href="https://github.com/pradyunsg/furo/commit/aab86f4624b6ef38a151440be5624746d41882b1"><code>aab86f4</code></a> Revert "Exclude incompatible Sphinx releases (<a href="https://redirect.github.com/pradyunsg/furo/issues/711">#711</a>)"</li> <li><a href="https://github.com/pradyunsg/furo/commit/4dd6eec9e306b5fd0624ec8d1d90c6ad416c5182"><code>4dd6eec</code></a> Exclude incompatible Sphinx releases (<a href="https://redirect.github.com/pradyunsg/furo/issues/711">#711</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pradyunsg/furo/compare/2023.08.19...2023.09.10">compare view</a></li> </ul> </details> <br /> Updates `markdown` from 3.5.1 to 3.5.2 <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.5.2</h2> <h3>Fixed</h3> <ul> <li>Fix type annotations for <code>convertFile</code> - it accepts only bytes-based buffers. Also remove legacy checks from Python 2 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1400">#1400</a>)</li> <li>Remove legacy import needed only in Python 2 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1403">#1403</a>)</li> <li>Fix typo that left the attribute <code>AdmonitionProcessor.content_indent</code> unset (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1404">#1404</a>)</li> <li>Fix edge-case crash in <code>InlineProcessor</code> with <code>AtomicString</code> (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1406">#1406</a>).</li> <li>Fix edge-case crash in <code>codehilite</code> with an empty <code>code</code> tag (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1405">#1405</a>).</li> <li>Improve and expand type annotations in the code base (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1401">#1401</a>).</li> <li>Fix handling of bogus comments (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1425">#1425</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.5.2] -- 2024-01-10</h2> <h3>Fixed</h3> <ul> <li>Fix type annotations for <code>convertFile</code> - it accepts only bytes-based buffers. Also remove legacy checks from Python 2 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1400">#1400</a>)</li> <li>Remove legacy import needed only in Python 2 (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1403">#1403</a>)</li> <li>Fix typo that left the attribute <code>AdmonitionProcessor.content_indent</code> unset (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1404">#1404</a>)</li> <li>Fix edge-case crash in <code>InlineProcessor</code> with <code>AtomicString</code> (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1406">#1406</a>).</li> <li>Fix edge-case crash in <code>codehilite</code> with an empty <code>code</code> tag (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1405">#1405</a>).</li> <li>Improve and expand type annotations in the code base (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1401">#1401</a>).</li> <li>Fix handling of bogus comments (<a href="https://redirect.github.com/Python-Markdown/markdown/issues/1425">#1425</a>).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/Python-Markdown/markdown/commit/08dacae618775831243f6bbab47d9be590d511f2"><code>08dacae</code></a> Bump version to 3.5.2</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/e466f381d09692f484f8ff022273e2ac8cea0b16"><code>e466f38</code></a> Fix handling of bogus comments.</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/a2a9c53ea262ea0d39e76aa18430ce071fbe68d5"><code>a2a9c53</code></a> Update change log link in README.md</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/cef5afeb959d11e1ad5566fefa1f9a71136c1050"><code>cef5afe</code></a> Update Changelog URL</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/5d7f2559c31844f788ea41132f40ace7555518e6"><code>5d7f255</code></a> Fix missing search in docs</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/bc14d5917b2943b438af930ae61fe27c31581375"><code>bc14d59</code></a> Split changelog workflows to separate logic on when each gets run.</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/9b06df2cff3602c98a77601d95d639ceacedb07d"><code>9b06df2</code></a> ghp-import it not a command module</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/dac7977458eb1f2ca27107e65bfa41aad3ac74bb"><code>dac7977</code></a> Fix a minor oversight in <a href="https://redirect.github.com/Python-Markdown/markdown/issues/1407">#1407</a></li> <li><a href="https://github.com/Python-Markdown/markdown/commit/dcd69b154b74a7818be433491896391058ea7e04"><code>dcd69b1</code></a> Update docs deploy scripts</li> <li><a href="https://github.com/Python-Markdown/markdown/commit/a63e6f3416f2e4fc7c2d5edb2768ceed9218df20"><code>a63e6f3</code></a> Fix edge-case crash in InlineProcessor</li> <li>Additional commits viewable in <a href="https://github.com/Python-Markdown/markdown/compare/3.5.1...3.5.2">compare view</a></li> </ul> </details> <br /> Updates `markupsafe` from 2.1.3 to 2.1.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pallets/markupsafe/releases">markupsafe's releases</a>.</em></p> <blockquote> <h2>2.1.4</h2> <p>This is a fix release for the 2.1.x feature release branch. It fixes bugs but does not otherwise change behavior and should not result in breaking changes.</p> <ul> <li> <p>Improves performance of the <code>Markup.striptags</code> method for large input.</p> </li> <li> <p>Changes: <a href="https://markupsafe.palletsprojects.com/en/2.1.x/changes/#version-2-1-4">https://markupsafe.palletsprojects.com/en/2.1.x/changes/#version-2-1-4</a></p> </li> <li> <p>Milestone: <a href="https://github.com/pallets/markupsafe/milestone/11?closed=1">https://github.com/pallets/markupsafe/milestone/11?closed=1</a></p> </li> <li> <p>PyPI: <a href="https://pypi.org/project/MarkupSafe/2.1.4/">https://pypi.org/project/MarkupSafe/2.1.4/</a></p> </li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pallets/markupsafe/blob/main/CHANGES.rst">markupsafe's changelog</a>.</em></p> <blockquote> <h2>Version 2.1.4</h2> <p>Released 2024-01-19</p> <ul> <li>Don't use regular expressions for <code>striptags</code>, avoiding a performance issue. :pr:<code>413</code></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pallets/markupsafe/commit/b7cd6523579ea5a08d89799f2a64ec2c2bc45eca"><code>b7cd652</code></a> release version 2.1.4</li> <li><a href="https://github.com/pallets/markupsafe/commit/3bead8eedcfb434097dc61a18dd4721201df262a"><code>3bead8e</code></a> update cibuildwheel for 3.12 wheels</li> <li><a href="https://github.com/pallets/markupsafe/commit/a24df39e1bb01c1ca69363a97520719d2d307793"><code>a24df39</code></a> improve striptags performance (<a href="https://redirect.github.com/pallets/markupsafe/issues/413">#413</a>)</li> <li><a href="https://github.com/pallets/markupsafe/commit/750e22b453480bced197396b03779d62e9ac209b"><code>750e22b</code></a> improve striptags performance</li> <li><a href="https://github.com/pallets/markupsafe/commit/4c397ef60cd2c8b3bac3c596b60b3df82e965ca6"><code>4c397ef</code></a> start version 2.1.4</li> <li><a href="https://github.com/pallets/markupsafe/commit/bc0cb5c65ce0b90b0007527cb1cdaf008b792f0b"><code>bc0cb5c</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pallets/markupsafe/issues/387">#387</a>)</li> <li><a href="https://github.com/pallets/markupsafe/commit/35ab8a0b8e74fb0a0e26ad80dc44d79f5c2b4f2c"><code>35ab8a0</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pallets/markupsafe/commit/f5a40c75c3ca9c5d5de0db6d707ada8c9082bcb0"><code>f5a40c7</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/pallets/markupsafe/issues/386">#386</a>)</li> <li><a href="https://github.com/pallets/markupsafe/commit/8dd8dac3254ccf0c478ae09460b41248804a36c8"><code>8dd8dac</code></a> [pre-commit.ci] pre-commit autoupdate</li> <li><a href="https://github.com/pallets/markupsafe/commit/e2fd390154081a171488cdf1b571cf5740fd63a8"><code>e2fd390</code></a> update dependencies</li> <li>Additional commits viewable in <a href="https://github.com/pallets/markupsafe/compare/2.1.3...2.1.4">compare view</a></li> </ul> </details> <br /> Updates `sphinx` from 7.1.2 to 7.2.6 <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 7.2.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> <h2>Sphinx 7.2.5</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 7.2.4</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 7.2.3</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 7.2.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 7.2.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 7.2.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> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst">sphinx's changelog</a>.</em></p> <blockquote> <h1>Release 7.2.6 (released Sep 13, 2023)</h1> <h2>Bugs fixed</h2> <ul> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11679">#11679</a>: Add the :envvar:<code>!SPHINX_AUTODOC_RELOAD_MODULES</code> environment variable, which if set reloads modules when using autodoc with <code>TYPE_CHECKING = True</code>. Patch by Matt Wozniski and Adam Turner.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11679">#11679</a>: Use :py:func:<code>importlib.reload</code> to reload modules in autodoc. Patch by Matt Wozniski and Adam Turner.</li> </ul> <h1>Release 7.2.5 (released Aug 30, 2023)</h1> <h2>Bugs fixed</h2> <ul> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11645">#11645</a>: Fix a regression preventing autodoc from importing modules within packages that make use of <code>if typing.TYPE_CHECKING:</code> to guard circular imports needed by type checkers. Patch by Matt Wozniski.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11634">#11634</a>: Fixed inheritance diagram relative link resolution for sibling files in a subdirectory. Patch by Albert Shih.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11659">#11659</a>: Allow <code>?config=...</code> in :confval:<code>mathjax_path</code>.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11654">#11654</a>: autodoc: Fail with a more descriptive error message when an object claims to be an instance of <code>type</code>, but is not a class. Patch by James Braza.</li> <li>11620: Cease emitting :event:<code>source-read</code> events for files read via the :dudir:<code>include</code> directive.</li> <li>11620: Add a new :event:<code>include-read</code> for observing and transforming the content of included files via the :dudir:<code>include</code> directive.</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11627">#11627</a>: Restore support for copyright lines of the form <code>YYYY</code> when <code>SOURCE_DATE_EPOCH</code> is set.</li> </ul> <h1>Release 7.2.4 (released Aug 28, 2023)</h1> <h2>Bugs fixed</h2> <ul> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11618">#11618</a>: Fix a regression in the MoveModuleTargets transform, introduced in <a href="https://redirect.github.com/sphinx-doc/sphinx/issues/10478">#10478</a> (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/9662">#9662</a>).</li> <li><a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11649">#11649</a>: linkcheck: Resolve hanging tests for timezones west of London and incorrect conversion from UTC to offsets from the UNIX epoch. Patch by Dmitry Shachnev and Adam Turner.</li> </ul> <p>Release 7.2.3 (released Aug 23, 2023)</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/sphinx/commit/cf7d2759af0852d67288e58d823d51fe860749ca"><code>cf7d275</code></a> Bump to 7.2.6 final</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/43d69755df0088fd0ec099c0893da059f50175e4"><code>43d6975</code></a> Leverage <code>importlib.reload</code> for reloading modules (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11679">#11679</a>)</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/13da5d7b2fda0da58137534e8fcdb0da9c88e55f"><code>13da5d7</code></a> Inline makecmd in make mode</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/3d0110a95a5260cc5056322eb8c2ae7f031a6667"><code>3d0110a</code></a> Enable test_cython on Python 3.12</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/22759fb9457bd9f1b01003daa47d7a2e78b6303c"><code>22759fb</code></a> Bump version</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/fcc38997f1d9b728bb4ffc64fc362c7763a4ee25"><code>fcc3899</code></a> Bump to 7.2.5 final</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/2a631f97ef7f4b0edc2470c9cc2b7d809dd75a87"><code>2a631f9</code></a> Restore support for YYYY copyright lines</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/2730cc3353b06f16786d697c61c8b847a91ddd30"><code>2730cc3</code></a> Remove double spaces in CHANGES</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/ff18318613db56d0000db47e5c8f0140556cef0c"><code>ff18318</code></a> Add an <code>'include-read'</code> event (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11657">#11657</a>)</li> <li><a href="https://github.com/sphinx-doc/sphinx/commit/74329d9c51c16be54e1f3dece07461f67cfb8ab0"><code>74329d9</code></a> Fail better in <code>ExceptionDocumenter.can_document_member</code> (<a href="https://redirect.github.com/sphinx-doc/sphinx/issues/11660">#11660</a>)</li> <li>Additional commits viewable in <a href="https://github.com/sphinx-doc/sphinx/compare/v7.1.2...v7.2.6">compare view</a></li> </ul> </details> <br /> Updates `sphinxcontrib-applehelp` from 1.0.4 to 1.0.8 <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 1.0.8</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>sphinxcontrib-applehelp 1.0.7</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>sphinxcontrib-applehelp 1.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> <h2>sphinxcontrib-applehelp 1.0.5</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-applehelp/blob/master/CHANGES">sphinxcontrib-applehelp's changelog</a>.</em></p> <blockquote> <h1>Release 1.0.8 (2024-01-13)</h1> <ul> <li>Remove Sphinx as a required dependency, as circular dependencies may cause failure with package managers that expect a directed acyclic graph (DAG) of dependencies.</li> </ul> <h1>Release 1.0.7 (2023-08-14)</h1> <ul> <li>Use <code>os.PathLike</code> over <code>pathlib.Path</code></li> </ul> <h1>Release 1.0.6 (2023-08-09)</h1> <ul> <li>Fix tests for Sphinx 7.1 and below</li> </ul> <h1>Release 1.0.5 (2023-08-07)</h1> <ul> <li>Drop support for Python 3.8</li> <li>Raise minimum required Sphinx version to 5.0</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/cadf8702db6af47dff36581803c2c90469569d27"><code>cadf870</code></a> Bump to 1.0.8 final</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/ccc77c814a92ef21c300e5ef725b76c40b7ce653"><code>ccc77c8</code></a> Remove Sphinx as a required dependency (<a href="https://redirect.github.com/sphinx-doc/sphinxcontrib-applehelp/issues/15">#15</a>)</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/303c7ef672c030b9e5da70ec6c6fe752061805cf"><code>303c7ef</code></a> Bump to 1.0.7 final</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/41c0826f461d295b967c60b8c54643cf78d9479f"><code>41c0826</code></a> Fix mypy error</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/f0c70a4c18620ad6fd5f5fe7463e63cf1e87f229"><code>f0c70a4</code></a> Use <code>os.PathLike</code> over <code>pathlib.Path</code></li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/efbef0b8d9887ee4f51c5f30c9782ff19941a9b1"><code>efbef0b</code></a> Bump to 1.0.6 final</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/cb4550b5278e10173a7e6f44d4ca5c1f7de15bd9"><code>cb4550b</code></a> Restore support in tests for <code>Sphinx<7.2</code></li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/7fb7372a781b9af6a4ec9564ca90a25d75f0f595"><code>7fb7372</code></a> Run pytest with <code>-vv</code></li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/42414fbd9bbeb465eb7cccf3747845e7e625296a"><code>42414fb</code></a> Test Sphinx's master branch distinctly from ordinary tests</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/commit/3c8e126c3b23eb5d2f589d4a0e5b21297dbc608e"><code>3c8e126</code></a> Fix GitHub Release workflow</li> <li>Additional commits viewable in <a href="https://github.com/sphinx-doc/sphinxcontrib-applehelp/compare/1.0.4...1.0.8">compare view</a></li> </ul> </details> <br /> Updates `sphinxcontrib-devhelp` from 1.0.5 to 1.0.6 <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 1.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-devhelp/blob/1.0.6/CHANGES">sphinxcontrib-devhelp's changelog</a>.</em></p> <blockquote> <h1>Release 1.0.6 (2024-01-13)</h1> <ul> <li>Remove Sphinx as a required dependency, as circular dependencies may cause failure with package managers that expect a directed acyclic graph (DAG) of dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/1ace65f9fe33f4c4b2584d3d28f38d84a670c901"><code>1ace65f</code></a> Bump to 1.0.6 final</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/ff26d1f797fdbc99b2edd7d27b5f3a226e4c3c7f"><code>ff26d1f</code></a> Remove Sphinx as a required dependency (<a href="https://redirect.github.com/sphinx-doc/sphinxcontrib-devhelp/issues/11">#11</a>)</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/commit/6401cf7461e6d6c6613a7043a5fae7486a229ed2"><code>6401cf7</code></a> Use <code>Node.findall</code> over <code>Node.traverse</code> (<a href="https://redirect.github.com/sphinx-doc/sphinxcontrib-devhelp/issues/10">#10</a>)</li> <li>See full diff in <a href="https://github.com/sphinx-doc/sphinxcontrib-devhelp/compare/1.0.5...1.0.6">compare view</a></li> </ul> </details> <br /> Updates `sphinxcontrib-htmlhelp` from 2.0.4 to 2.0.5 <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.0.5</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/2.0.5/CHANGES">sphinxcontrib-htmlhelp's changelog</a>.</em></p> <blockquote> <h1>Release 2.0.5 (2024-01-13)</h1> <ul> <li>Remove Sphinx as a required dependency, as circular dependencies may cause failure with package managers that expect a directed acyclic graph (DAG) of dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/244375fc34275ea077b13c644652099b005fa854"><code>244375f</code></a> Bump to 2.0.5 final</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/commit/25f92182ca839ddb62d93638f5b8a6f358a9f0dc"><code>25f9218</code></a> Remove Sphinx as a required dependency (<a href="https://redirect.github.com/sphinx-doc/sphinxcontrib-htmlhelp/issues/18">#18</a>)</li> <li>See full diff in <a href="https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/compare/2.0.4...2.0.5">compare view</a></li> </ul> </details> <br /> Updates `sphinxcontrib-qthelp` from 1.0.6 to 1.0.7 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sphinx-doc/sphinxcontrib-qthelp/releases">sphinxcontrib-qthelp's releases</a>.</em></p> <blockquote> <h2>sphinxcontrib-qthelp 1.0.7</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-qthelp/blob/1.0.7/CHANGES">sphinxcontrib-qthelp's changelog</a>.</em></p> <blockquote> <h1>Release 1.0.7 (2024-01-13)</h1> <ul> <li>Remove Sphinx as a required dependency, as circular dependencies may cause failure with package managers that expect a directed acyclic graph (DAG) of dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-qthelp/commit/79f0780a6898b8bd2133588876823c7a7518ab5f"><code>79f0780</code></a> Bump to 1.0.7 final</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-qthelp/commit/b4d64f5700ac6d4e2d9fd3962deb56be89bb67c7"><code>b4d64f5</code></a> Remove Sphinx as a required dependency (<a href="https://redirect.github.com/sphinx-doc/sphinxcontrib-qthelp/issues/15">#15</a>)</li> <li>See full diff in <a href="https://github.com/sphinx-doc/sphinxcontrib-qthelp/compare/1.0.6...1.0.7">compare view</a></li> </ul> </details> <br /> Updates `sphinxcontrib-serializinghtml` from 1.1.9 to 1.1.10 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/releases">sphinxcontrib-serializinghtml's releases</a>.</em></p> <blockquote> <h2>sphinxcontrib-serializinghtml 1.1.10</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-serializinghtml/blob/master/CHANGES">sphinxcontrib-serializinghtml's changelog</a>.</em></p> <blockquote> <h1>Release 1.1.10 (2024-01-13)</h1> <ul> <li>Remove Sphinx as a required dependency, as circular dependencies may cause failure with package managers that expect a directed acyclic graph (DAG) of dependencies.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/commit/941e0e81da47efad9509cc7df3eff44f40de43c2"><code>941e0e8</code></a> Bump to 1.0.10 final</li> <li><a href="https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/commit/f0b76043a49e8969be1f0bfed7ad5636d7361e3c"><code>f0b7604</code></a> Remove Sphinx as a required dependency (<a href="https://redirect.github.com/sphinx-doc/sphinxcontrib-serializinghtml/issues/10">#10</a>)</li> <li>See full diff in <a href="https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/compare/1.1.9...1.1.10">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] <[email protected]> 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The
pygments_style
includes a background color, which is currently ignored by thealabaster
theme.This PR changes that, but it still honors the
pre_bg
andcode_highlight_bg
theme options.BTW, why are there two different options for seemingly the same thing?
What's the difference?
See also sphinx-doc/sphinx#7718.