ansys / pyaedt

AEDT Python Client Package
https://aedt.docs.pyansys.com
MIT License
195 stars 115 forks source link

CHORE: Bump sphinx from 5.3.0 to 7.4.4 #4919

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps sphinx from 5.3.0 to 7.4.4.

Release notes

Sourced from sphinx's releases.

Sphinx 7.4.4

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.4.3

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.4.2

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.4.1

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.4.0

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.3.7

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.3.6

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.3.5

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.3.4

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.3.3

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.3.2

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.3.1

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.3.0

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.2.6

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.2.5

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.2.4

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Sphinx 7.2.3

Changelog: https://www.sphinx-doc.org/en/master/changes.html

... (truncated)

Changelog

Sourced from sphinx's changelog.

Release 7.4.4 (released Jul 15, 2024)

Bugs fixed

  • #12585, #12586: Do not warn when an intersphinx inventory contains case-insensitively ambiguous duplicate items. Patch by James Addison.

Release 7.4.3 (released Jul 15, 2024)

Bugs fixed

  • #12582: Restore support for list-styled :confval:source_suffix values with extensions that register parsers. Patch by Adam Turner.

Release 7.4.2 (released Jul 15, 2024)

Bugs fixed

  • #12580, #12583: Resolve failures with the C domain on incremental builds with Sphinx 7.3.7 and earlier. Patch by Adam Turner.

Release 7.4.1 (released Jul 15, 2024)

Bugs fixed

  • Fix invalid HTML when a rubric node with invalid heading-level is used. Patch by Adam Turner.
  • #12579, #12581: Restore support for typing.ParamSpec in autodoc. Patch by Adam Turner.

Release 7.4.0 (released Jul 15, 2024)

Dependencies

  • #12555: Drop Docutils 0.18.1 and Docutils 0.19 support. Patch by Adam Turner.
  • LaTeX: the xcolor package is now required (but is for example part of

... (truncated)

Commits
  • 1e13565 Bump to 7.4.4 final
  • 12064e0 Add CHANGES entry for GH-12586
  • cfd3645 intersphinx: Don't warn about pure-duplicate ambiguous definitions when loadi...
  • afaddd3 Update LaTeX docs with new admonition colours (#12588)
  • 6699a89 Bump version
  • c4a7f5b Bump to 7.4.3 final
  • 4bdef1b Remove old-styled source_suffix values in tests
  • 55c8953 Restore support for list-style source_suffix with third-party parsers (#1...
  • a874246 Bump version
  • 1afa344 Bump to 7.4.2 final
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 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)
codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.53%. Comparing base (b498169) to head (965632b). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4919 +/- ## ========================================== - Coverage 83.54% 83.53% -0.01% ========================================== Files 118 118 Lines 54196 54196 ========================================== - Hits 45278 45275 -3 - Misses 8918 8921 +3 ```
dependabot[bot] commented 1 month ago

Superseded by #4925.