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

Update sphinx requirement from <5.1.0,>=4.2.0 to >=4.2.0,<5.3.0 #631

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2022

Updates the requirements on sphinx to permit the latest version.

Release notes

Sourced from sphinx's releases.

v5.2.1

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

Changelog

Sourced from sphinx's changelog.

Release 5.2.1 (released Sep 24, 2022)

Bugs fixed

  • #10861: Always normalise the pycon3 lexer to pycon.
  • Fix using sphinx.ext.autosummary with modules containing titles in the module-level docstring.

Release 5.2.0.post0 (released Sep 24, 2022)

  • Recreated source tarballs for Debian maintainers.

Release 5.2.0 (released Sep 24, 2022)

Dependencies

  • #10356: Sphinx now uses declarative metadata with pyproject.toml to create packages, using PyPA's flit project as a build backend. Patch by Adam Turner.

Deprecated

  • #10843: Support for HTML 4 output. Patch by Adam Turner.

Features added

  • #10738: napoleon: Add support for docstring types using 'of', like type of type. Example: tuple of int.
  • #10286: C++, support requires clauses not just between the template parameter lists and the declaration.
  • #10755: linkcheck: Check the source URL of raw directives that use the url option.
  • #10781: Allow :rst:role:ref role to be used with definitions and fields.
  • #10717: HTML Search: Increase priority for full title and subtitle matches in search results
  • #10718: HTML Search: Save search result score to the HTML element for debugging
  • #10673: Make toctree accept 'genindex', 'modindex' and 'search' docnames
  • #6316, #10804: Add domain objects to the table of contents. Patch by Adam Turner
  • #6692: HTML Search: Include explicit :rst:dir:index directive index entries in the search index and search results. Patch by Adam Turner
  • #10816: imgmath: Allow embedding images in HTML as base64
  • #10854: HTML Search: Use browser localstorage for highlight control, stop storing highlight parameters in URL query strings. Patch by Adam Turner.

... (truncated)

Commits

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 the dependencies Pull requests that update a dependency file label Sep 26, 2022
@ascillitoe ascillitoe added the DO NOT MERGE Do not merge this PR label Sep 26, 2022
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES)
- [Commits](sphinx-doc/sphinx@v4.2.0...v5.2.1)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/sphinx-gte-4.2.0-and-lt-5.3.0 branch from c89a95c to 2d7e55d Compare September 27, 2022 13:38
@codecov-commenter
Copy link

codecov-commenter commented Sep 27, 2022

Codecov Report

Merging #631 (2d7e55d) into master (c7be430) will increase coverage by 0.16%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #631      +/-   ##
==========================================
+ Coverage   77.79%   77.96%   +0.16%     
==========================================
  Files         123      123              
  Lines        8714     8749      +35     
==========================================
+ Hits         6779     6821      +42     
+ Misses       1935     1928       -7     
Flag Coverage Δ
ubuntu-latest-3.10.6 77.34% <ø> (?)
ubuntu-latest-3.7 77.75% <ø> (?)
ubuntu-latest-3.8 77.79% <ø> (ø)
windows-latest-3.9 74.47% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
alibi_detect/od/vae.py 89.28% <0.00%> (-1.08%) ⬇️
alibi_detect/cd/base.py 90.93% <0.00%> (-0.22%) ⬇️
alibi_detect/utils/fetching/fetching.py 0.00% <0.00%> (ø)
alibi_detect/saving/schemas.py 99.25% <0.00%> (+0.04%) ⬆️
alibi_detect/datasets.py 68.69% <0.00%> (+0.13%) ⬆️
alibi_detect/utils/missing_optional_dependency.py 94.44% <0.00%> (+0.15%) ⬆️
alibi_detect/utils/frameworks.py 91.66% <0.00%> (+4.16%) ⬆️
alibi_detect/utils/_types.py 96.55% <0.00%> (+27.58%) ⬆️

@ascillitoe
Copy link
Contributor

The latex docs build is still failing due to a nbsphinx issue referenced in the previous dependabot PR: #571.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 17, 2022

Superseded by #653.

@dependabot dependabot bot closed this Oct 17, 2022
@dependabot dependabot bot deleted the dependabot/pip/sphinx-gte-4.2.0-and-lt-5.3.0 branch October 17, 2022 07:06
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 DO NOT MERGE Do not merge this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants