Skip to content

Commit

Permalink
Bump sphinx from 5.1.1 to 7.1.0 (#7399)
Browse files Browse the repository at this point in the history
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.1.1 to
7.1.0.
<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.1.0</h2>
<p>Changelog: <a
href="https://www.sphinx-doc.org/en/master/changes.html">https://www.sphinx-doc.org/en/master/changes.html</a></p>
<h2>v7.0.1</h2>
<p>Changelog: <a
href="https://www.sphinx-doc.org/en/master/changes.html">https://www.sphinx-doc.org/en/master/changes.html</a></p>
<h2>v7.0.0</h2>
<p>Changelog: <a
href="https://www.sphinx-doc.org/en/master/changes.html">https://www.sphinx-doc.org/en/master/changes.html</a></p>
<h2>v7.0.0rc1</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>v6.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>v6.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>
<h2>v6.1.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>v6.1.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>v6.1.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>v6.1.0</h2>
<p>Changelog: <a
href="https://www.sphinx-doc.org/en/master/changes.html">https://www.sphinx-doc.org/en/master/changes.html</a></p>
<h2>v6.0.1</h2>
<p>Changelog: <a
href="https://www.sphinx-doc.org/en/master/changes.html">https://www.sphinx-doc.org/en/master/changes.html</a></p>
<h2>v6.0.0</h2>
<p>Changelog: <a
href="https://www.sphinx-doc.org/en/master/changes.html">https://www.sphinx-doc.org/en/master/changes.html</a></p>
<h2>v6.0.0b2</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>v6.0.0b1</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>v5.3.0</h2>
<p>Changelog: <a
href="https://www.sphinx-doc.org/en/master/changes.html">https://www.sphinx-doc.org/en/master/changes.html</a></p>
<h2>v5.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>v5.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>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sphinx-doc/sphinx/blob/master/CHANGES">sphinx's
changelog</a>.</em></p>
<blockquote>
<h1>Release 7.1.0 (released Jul 24, 2023)</h1>
<h2>Incompatible changes</h2>
<ul>
<li>
<p>Releases are no longer signed, given the <code>change in PyPI
policy</code>_.</p>
<p>.. _change in PyPI policy: <a
href="https://blog.pypi.org/posts/2023-05-23-removing-pgp/">https://blog.pypi.org/posts/2023-05-23-removing-pgp/</a></p>
</li>
</ul>
<h2>Deprecated</h2>
<ul>
<li><a
href="https://github.com/sphinx-doc/sphinx/issues/11412">#11412</a>:
Emit warnings on using a deprecated Python-specific index entry type
(namely, <code>module</code>, <code>keyword</code>,
<code>operator</code>, <code>object</code>, <code>exception</code>,
<code>statement</code>, and <code>builtin</code>) in the
:rst:dir:<code>index</code> directive, and
set the removal version to Sphinx 9. Patch by Adam Turner.</li>
</ul>
<h2>Features added</h2>
<ul>
<li><a
href="https://github.com/sphinx-doc/sphinx/issues/11415">#11415</a>:
Add a checksum to JavaScript and CSS asset URIs included within
generated HTML, using the CRC32 algorithm.</li>
<li>:meth:<code>~sphinx.application.Sphinx.require_sphinx</code> now
allows the version
requirement to be specified as <code>(major, minor)</code>.</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/issues/11011">#11011</a>:
Allow configuring a line-length limit for object signatures, via
:confval:<code>maximum_signature_line_length</code> and the
domain-specific variants.
If the length of the signature (in characters) is greater than the
configured
limit, each parameter in the signature will be split to its own logical
line.
This behaviour may also be controlled by options on object description
directives, for example
:rst:dir:<code>py:function:single-line-parameter-list</code>.
Patch by Thomas Louf, Adam Turner, and Jean-François B.</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/issues/10983">#10983</a>:
Support for multiline copyright statements in the footer block.
Patch by Stefanie Molin</li>
<li><code>sphinx.util.display.status_iterator</code> now clears the
current line
with ANSI control codes, rather than overprinting with space
characters.</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/issues/11431">#11431</a>:
linkcheck: Treat SSL failures as broken links.
Patch by Bénédikt Tran</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/issues/11157">#11157</a>:
Keep the <code>translated</code> attribute on translated nodes.</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/issues/11451">#11451</a>:
Improve the traceback displayed when using :option:<code>sphinx-build
-T</code>
in parallel builds. Patch by Bénédikt Tran</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/issues/11324">#11324</a>:
linkcheck: Use session-basd HTTP requests.</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/issues/11438">#11438</a>:
Add support for the :rst:dir:<code>py:class</code> and
:rst:dir:<code>py:function</code>
directives for PEP 695 (generic classes and functions declarations) and
PEP 696 (default type parameters). Multi-line support (<a
href="https://github.com/sphinx-doc/sphinx/issues/11011">#11011</a>)
is enabled
for type parameters list and can be locally controlled on object
description
directives, e.g.,
:rst:dir:<code>py:function:single-line-type-parameter-list</code>.
Patch by Bénédikt Tran.</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/issues/11484">#11484</a>:
linkcheck: Allow HTML anchors to be ignored on a per-URL basis
via :confval:<code>linkcheck_anchors_ignore_for_url</code> while</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sphinx-doc/sphinx/commit/e560f6334aa87af07304415e6aeaf42d03d1c525"><code>e560f63</code></a>
Bump to 7.1.0 final</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/commit/066e0fabc60c55072b3f75876637a44fdcb51332"><code>066e0fa</code></a>
Add translation progress information (<a
href="https://github.com/sphinx-doc/sphinx/issues/11509">#11509</a>)</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/commit/0882914d5c5057ad3cec280c0142cfe5f6965844"><code>0882914</code></a>
Target PyPI in create-release.yml</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/commit/21fbee5e83a3e9d34e589d06c66d928f3a67923c"><code>21fbee5</code></a>
Fix OIDC token payload</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/commit/1a403e4f9ad4d8d7a3e4c7c34f55d9a45ed600bd"><code>1a403e4</code></a>
Add informational log messaging</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/commit/258b0ea9fcdd05221ebead5e5c162a7ad37c4412"><code>258b0ea</code></a>
Revert &quot;Switch to using <code>github.request</code>&quot;</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/commit/f9c89e5d8431155caa7be57d923f96004a2dd4bd"><code>f9c89e5</code></a>
Switch to using <code>github.request</code></li>
<li><a
href="https://github.com/sphinx-doc/sphinx/commit/52c7f66ce172f723e8227896fe02165d288cb28f"><code>52c7f66</code></a>
Use the correct token minting URL for TestPyPI</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/commit/6079f28faa2a60d00f62b02786f23cd489019cdb"><code>6079f28</code></a>
Install twine in PyPI publish workflow</li>
<li><a
href="https://github.com/sphinx-doc/sphinx/commit/3d43b9efdb49706cad6947f0c4d877d603781fe6"><code>3d43b9e</code></a>
Fix github-script syntax in create-release.yml</li>
<li>Additional commits viewable in <a
href="https://github.com/sphinx-doc/sphinx/compare/v5.1.1...v7.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sphinx&package-manager=pip&previous-version=5.1.1&new-version=7.1.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 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>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sam Bull <git@sambull.org>
  • Loading branch information
3 people committed Jul 28, 2023
1 parent 034cecc commit fbf411b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ cython==3.0.0
# via -r requirements/cython.txt
distlib==0.3.3
# via virtualenv
docutils==0.17.1
docutils==0.20.1
# via sphinx
exceptiongroup==1.1.2
# via pytest
Expand Down Expand Up @@ -187,7 +187,7 @@ six==1.16.0
# virtualenv
snowballstemmer==2.1.0
# via sphinx
sphinx==5.3.0
sphinx==7.1.0
# via
# -r requirements/doc.txt
# sphinxcontrib-blockdiag
Expand Down
2 changes: 1 addition & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiohttp-theme==0.1.6
# Temp fix till updated: https://github.com/blockdiag/blockdiag/pull/148
funcparserlib==1.0.1
pygments==2.15.1
sphinx==5.3.0
sphinx==7.1.0
sphinxcontrib-blockdiag==3.0.0
sphinxcontrib-towncrier==0.3.0a0
towncrier==22.8.0

0 comments on commit fbf411b

Please sign in to comment.