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

Update sphinx requirement from ~=8.2.3 to ~=9.1.0 in the pip group#1720

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

Closed
dependabot wants to merge1 commit intomainfromdependabot/pip/pip-f446d34254

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJan 1, 2026

Updates the requirements onsphinx to permit the latest version.
Updatessphinx to 9.1.0

Release notes

Sourced fromsphinx's releases.

Sphinx 9.1.0

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

Dependencies

  • #14153: Drop Python 3.11 support.
  • #12555: Drop Docutils 0.20 support.Patch by Adam Turner

Features added

  • Addadd_static_dir() for copying staticassets from extensions to the build output.Patch by Jared Dillard

Bugs fixed

  • #14189: autodoc: Fix duplicate:no-index-entry: for modules.Patch by Adam Turner
  • #13713: Fix compatibility with MyST-Parser.Patch by Adam Turner
  • Fix tests for Python 3.15.Patch by Adam Turner
  • #14089: autodoc: Fix default option parsing.Patch by Adam Turner
  • Remove incorrect static typing assertions.Patch by Adam Turner
  • #14050: LaTeXTranslator fails to build documents using the "acronym"standard role.Patch by Günter Milde
  • LaTeX: Fix rendering for grid filled merged vertical cell.Patch by Tim Nordell
  • #14228: LaTeX: Fix overrun footer for cases of merged vertical table cells.Patch by Tim Nordell
  • #14207: Fix creatingHTMLThemeFactory objects in third-party extensions.Patch by Adam Turner
  • #3099: LaTeX: PDF build crashes if a code-block contains more thancirca 1350 codelines (about 27 a4-sized pages at default pointsize).Patch by Jean-François B.
  • #14064: LaTeX: TABs ending up in sphinxVerbatim fail to obey tab stops.Patch by Jean-François B.
  • #14089: autodoc: Improve support for non-weakreferencable objects.Patch by Adam Turner
  • LaTeX: Fix accidental removal at3.5.0 (#8854) of the documentation ofliteralblockcappos key of sphinxsetup.Patch by Jean-François B.
Changelog

Sourced fromsphinx's changelog.

Release 9.1.0 (released Dec 31, 2025)

Dependencies

  • #14153: Drop Python 3.11 support.
  • #12555: Drop Docutils 0.20 support.Patch by Adam Turner

Features added

  • Add :meth:~sphinx.application.Sphinx.add_static_dir for copying staticassets from extensions to the build output.Patch by Jared Dillard

Bugs fixed

  • #14189: autodoc: Fix duplicate:no-index-entry: for modules.Patch by Adam Turner
  • #13713: Fix compatibility with MyST-Parser.Patch by Adam Turner
  • Fix tests for Python 3.15.Patch by Adam Turner
  • #14089: autodoc: Fix default option parsing.Patch by Adam Turner
  • Remove incorrect static typing assertions.Patch by Adam Turner
  • #14050: LaTeXTranslator fails to build documents using the "acronym"standard role.Patch by Günter Milde
  • LaTeX: Fix rendering for grid filled merged vertical cell.Patch by Tim Nordell
  • #14228: LaTeX: Fix overrun footer for cases of merged vertical table cells.Patch by Tim Nordell
  • #14207: Fix creatingHTMLThemeFactory objects in third-party extensions.Patch by Adam Turner
  • #3099: LaTeX: PDF build crashes if a code-block contains more thancirca 1350 codelines (about 27 a4-sized pages at default pointsize).Patch by Jean-François B.
  • #14064: LaTeX: TABs ending up in sphinxVerbatim fail to obey tab stops.Patch by Jean-François B.
  • #14089: autodoc: Improve support for non-weakreferencable objects.Patch by Adam Turner
  • LaTeX: Fix accidental removal at3.5.0 (#8854) of the documentation ofliteralblockcappos key of :ref:'sphinxsetup' <latexsphinxsetup>.Patch by Jean-François B.
Commits
  • cc7c6f4 Bump to 9.1.0 final
  • b127b94 Addapp.add_static_dir() for copying extension static files (#14219)
  • 20f1c46 LaTeX: Inhibit breaks for rows with merged vertical cells (#14227)
  • 3c85411 Polish CHANGES.rst (#14225)
  • 9ee5446 LaTeX: restore 1.7 documentation of literalblockcappos (#14224)
  • d75d602 LaTeX: improve (again...) some code comments in time for 9.1.0 (#14222)
  • 8dca61d Improve some LaTeX code comments (#14220)
  • 8ab9600 Bump to 9.1.0 candidate 2
  • d59b237 autodoc: Improve support for non-weakreferencable objects
  • 964424b Use the correct reference for using existing extensions (#14157)
  • Additional commits viewable incompare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.Updates `sphinx` to 9.1.0- [Release notes](https://github.com/sphinx-doc/sphinx/releases)- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)- [Commits](sphinx-doc/sphinx@v8.2.3...v9.1.0)---updated-dependencies:- dependency-name: sphinx  dependency-version: 9.1.0  dependency-type: direct:production  dependency-group: pip...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file pythonPull requests that update python code labelsJan 1, 2026
@read-the-docs-community
Copy link

Documentation build overview

📚CPython devguide | 🛠️ Build#30851993 | 📁 Comparing2e69375 againstlatest (521dace)


🔍 Preview build

Show files changed (5 files in total): 📝 5 modified | ➕ 0 added | ➖ 0 deleted
FileStatus
documentation/index.html📝 modified
versions/index.html📝 modified
development-tools/clinic/index.html📝 modified
documentation/translations/index.html📝 modified
documentation/translations/translating/index.html📝 modified

@StanFromIreland
Copy link
Member

Closing in favour of#1717

@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubJan 1, 2026

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configureignore rules in dependabot.yml

@dependabotdependabotbot deleted the dependabot/pip/pip-f446d34254 branchJanuary 1, 2026 10:43
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

@ezio-melottiezio-melotti

Labels

dependenciesPull requests that update a dependency filepythonPull requests that update python code

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@StanFromIreland@ezio-melotti

[8]ページ先頭

©2009-2026 Movatter.jp