Skip to content
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

build(deps): bump sphinx from 4.4.0 to 4.5.0 #772

Merged
merged 3 commits into from Mar 30, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2022

Bumps sphinx from 4.4.0 to 4.5.0.

Release notes

Sourced from sphinx's releases.

v4.5.0

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

Changelog

Sourced from sphinx's changelog.

Release 4.5.0 (released Mar 28, 2022)

Incompatible changes

  • #10112: extlinks: Disable hardcoded links detector by default
  • #9993, #10177: std domain: Disallow to refer an inline target via :rst:role:ref role

Deprecated

  • sphinx.ext.napoleon.docstring.GoogleDocstring._qualify_name()

Features added

  • #10260: Enable FORCE_COLOR and NO_COLOR for terminal colouring
  • #10234: autosummary: Add "autosummary" CSS class to summary tables
  • #10125: extlinks: Improve suggestion message for a reference having title
  • #10112: extlinks: Add :confval:extlinks_detect_hardcoded_links to enable hardcoded links detector feature
  • #9494, #9456: html search: Add a config variable :confval:html_show_search_summary to enable/disable the search summaries
  • #9337: HTML theme, add option enable_search_shortcuts that enables :kbd:'/' as a Quick search shortcut and :kbd:Esc shortcut that removes search highlighting.
  • #10107: i18n: Allow to suppress translation warnings by adding #noqa comment to the tail of each translation message
  • #10252: C++, support attributes on classes, unions, and enums.
  • #10253: :rst:dir:pep role now generates URLs based on peps.python.org

Bugs fixed

  • #9876: autodoc: Failed to document an imported class that is built from native binary module
  • #10133: autodoc: Crashed when mocked module is used for type annotation
  • #10146: autodoc: :confval:autodoc_default_options does not support no-value option
  • #9971: autodoc: TypeError is raised when the target object is annotated by unhashable object
  • #10205: extlinks: Failed to compile regexp on checking hardcoded links
  • #10277: html search: Could not search short words (ex. "use")
  • #9529: LaTeX: named auto numbered footnote (ex. [#named]) that is referred multiple times was rendered to a question mark
  • #9924: LaTeX: multi-line :rst:dir:cpp:function directive has big vertical spacing in Latexpdf
  • #10158: LaTeX: excessive whitespace since v4.4.0 for undocumented

... (truncated)

Commits

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Mar 28, 2022
@codecov-commenter
Copy link

codecov-commenter commented Mar 28, 2022

Codecov Report

Merging #772 (85d60c3) into main (443828f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #772   +/-   ##
=======================================
  Coverage   94.55%   94.55%           
=======================================
  Files          79       79           
  Lines       11647    11647           
  Branches     1372     1372           
=======================================
  Hits        11013    11013           
  Misses        455      455           
  Partials      179      179           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 443828f...85d60c3. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/pip/sphinx-4.5.0 branch 2 times, most recently from 13c434b to 7e960ce Compare March 30, 2022 14:56
@duckontheweb
Copy link
Contributor

@dependabot rebase

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
- [Commits](sphinx-doc/sphinx@v4.4.0...v4.5.0)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/sphinx-4.5.0 branch from 7e960ce to 85d60c3 Compare March 30, 2022 15:22
@duckontheweb
Copy link
Contributor

This version of Sphinx fixes the issue with extlink warnings that was brought up in #735(comment) and fixed in that PR. I'll remove the code in docs/conf.py that is suppressing those warnings since it is no longer needed.

@duckontheweb duckontheweb merged commit 0360241 into main Mar 30, 2022
@dependabot dependabot bot deleted the dependabot/pip/sphinx-4.5.0 branch March 30, 2022 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants