Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bump sphinx from 7.4.7 to 8.0.2#4412

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Bibo-Joshi merged 4 commits intomasterfromdependabot/pip/sphinx-8.0.2
Aug 13, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubAug 2, 2024

Bumpssphinx from 7.4.7 to 8.0.2.

Release notes

Sourced fromsphinx's releases.

Sphinx 8.0.2

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

Sphinx 8.0.1

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

Sphinx 8.0.0

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

Dependencies

  • #12633: Drop Python 3.9 support.

Incompatible changes

  • Remove deprecated functions fromsphinx.util:

    • Removedsphinx.util.path_stabilize(usesphinx.util.osutil.path_stabilize).
    • Removedsphinx.util.display_chunk(usesphinx.util.display.display_chunk).
    • Removedsphinx.util.status_iterator(usesphinx.util.display.status_iterator).
    • Removedsphinx.util.SkipProgressMessage(usesphinx.util.display.SkipProgressMessage).
    • Removedsphinx.util.progress_message(usesphinx.util.display.progress_message).
    • Removedsphinx.util.epoch_to_rfc1123(usesphinx.http_date.epoch_to_rfc1123).
    • Removedsphinx.util.rfc1123_to_epoch(usesphinx.http_date.rfc1123_to_epoch).
    • Removedsphinx.util.save_traceback(usesphinx.exceptions.save_traceback).
    • Removedsphinx.util.format_exception_cut_frames(usesphinx.exceptions.format_exception_cut_frames).
    • Removedsphinx.util.xmlname_checker(usesphinx.builders.epub3._XML_NAME_PATTERN).

    Patch by Adam Turner.

  • Removedsphinx.util.osutil.cd(usecontextlib.chdir).Patch by Adam Turner.

  • Removedsphinx.util.typing.stringify(usesphinx.util.typing.stringify_annotation).Patch by Adam Turner.

  • #12593: Raise an error for invalidhtml_sidebars values.Patch by Adam Turner.

  • #12593: Raise an error inTheme.get_config for invalid sections.

... (truncated)

Changelog

Sourced fromsphinx's changelog.

Release 8.0.2 (released Jul 30, 2024)

Bugs fixed

  • Fix thepygments.Formatter.__class_getitem__ patch.Patch by Adam Turner.

Release 8.0.1 (released Jul 30, 2024)

Bugs fixed

  • Patchpygments.Formatter.__class_getitem__ in Pygments 2.17.Patch by Adam Turner.

Release 8.0.0 (released Jul 29, 2024)

Dependencies

  • #12633: Drop Python 3.9 support.

Incompatible changes

.. rst-class:: compact

  • Remove deprecated functions fromsphinx.util:

    • Removedsphinx.util.path_stabilize(usesphinx.util.osutil.path_stabilize).
    • Removedsphinx.util.display_chunk(usesphinx.util.display.display_chunk).
    • Removedsphinx.util.status_iterator(usesphinx.util.display.status_iterator).
    • Removedsphinx.util.SkipProgressMessage(usesphinx.util.display.SkipProgressMessage).
    • Removedsphinx.util.progress_message(usesphinx.util.display.progress_message).
    • Removedsphinx.util.epoch_to_rfc1123(usesphinx.http_date.epoch_to_rfc1123).
    • Removedsphinx.util.rfc1123_to_epoch(usesphinx.http_date.rfc1123_to_epoch).
    • Removedsphinx.util.save_traceback(usesphinx.exceptions.save_traceback).
    • Removedsphinx.util.format_exception_cut_frames

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

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 7.4.7 to 8.0.2.- [Release notes](https://github.com/sphinx-doc/sphinx/releases)- [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst)- [Commits](sphinx-doc/sphinx@v7.4.7...v8.0.2)---updated-dependencies:- dependency-name: sphinx  dependency-type: direct:production  update-type: version-update:semver-major...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added ⚙️ dependenciesaffected functionality: dependencies 🔗 pythonrelated technology: python labelsAug 2, 2024
@harshil21
Copy link
Member

Sphinx 8.0.2 drops 3.9 support, so we should update our test.yml to py 3.10 at least. Updating..

@harshil21
Copy link
Member

Now waiting for a new furo release (furo supports sphinx 8 as ofpradyunsg/furo@2d3b6ba)

@harshil21harshil21 added the 📋 do-not-merge-yetwork status: do-not-merge-yet labelAug 3, 2024
@harshil21harshil21 added 📋 pending-mergework status: pending-merge and removed 📋 do-not-merge-yetwork status: do-not-merge-yet labelsAug 7, 2024
@Bibo-JoshiBibo-Joshi merged commit374875c intomasterAug 13, 2024
5 checks passed
@Bibo-JoshiBibo-Joshi deleted the dependabot/pip/sphinx-8.0.2 branchAugust 13, 2024 15:57
@harshil21harshil21 removed the 📋 pending-mergework status: pending-merge labelAug 14, 2024
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsAug 21, 2024
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers
No reviews
Assignees
No one assigned
Labels
⚙️ dependenciesaffected functionality: dependencies🔗 pythonrelated technology: python
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@harshil21@Bibo-Joshi

[8]ページ先頭

©2009-2025 Movatter.jp