update dependency sphinx to >=7.2,<9
#92
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^7.4.7
->^8.0.2
^7.2.6
->^8.0.0
Release Notes
sphinx-doc/sphinx (sphinx)
v8.0.2
Compare Source
=====================================
Bugs fixed
pygments.Formatter.__class_getitem__
patch.Patch by Adam Turner.
v8.0.1
Compare Source
=====================================
Bugs fixed
pygments.Formatter.__class_getitem__
in Pygments 2.17.Patch by Adam Turner.
v8.0.0
Compare Source
=====================================
Dependencies
Incompatible changes
.. rst-class:: compact
Remove deprecated functions from
sphinx.util
:sphinx.util.path_stabilize
(use
sphinx.util.osutil.path_stabilize
).sphinx.util.display_chunk
(use
sphinx.util.display.display_chunk
).sphinx.util.status_iterator
(use
sphinx.util.display.status_iterator
).sphinx.util.SkipProgressMessage
(use
sphinx.util.display.SkipProgressMessage
).sphinx.util.progress_message
(use
sphinx.util.display.progress_message
).sphinx.util.epoch_to_rfc1123
(use
sphinx.http_date.epoch_to_rfc1123
).sphinx.util.rfc1123_to_epoch
(use
sphinx.http_date.rfc1123_to_epoch
).sphinx.util.save_traceback
(use
sphinx.exceptions.save_traceback
).sphinx.util.format_exception_cut_frames
(use
sphinx.exceptions.format_exception_cut_frames
).sphinx.util.xmlname_checker
(use
sphinx.builders.epub3._XML_NAME_PATTERN
).Patch by Adam Turner.
Removed :py:func:
!sphinx.util.osutil.cd
(use :py:func:
contextlib.chdir
).Patch by Adam Turner.
Removed :py:func:
!sphinx.util.typing.stringify
(use :py:func:
!sphinx.util.typing.stringify_annotation
).Patch by Adam Turner.
#12593: Raise an error for invalid :confval:
html_sidebars
values.Patch by Adam Turner.
#12593: Raise an error in :py:func:
!Theme.get_config
for invalid sections.Patch by Adam Turner.
#11693: Remove support for old-style :file:
Makefile
and :file:make.bat
output in :program:
sphinx-quickstart
.#11693: Remove the :option:
!--no-use-make-mode
, :option:!-M
,:option:
!--use-make-mode
, and :option:!-m
optionsfrom :program:
sphinx-quickstart
.Patch by Adam Turner.
Removed the tuple interface to :py:class:
!sphinx.ext.autodoc.ObjectMember
.Patch by Adam Turner.
#12630: Sphinx 8 makes two changes to the
linkcheck
configuration defaults:linkcheck_allow_unauthorized
is nowFalse
by default.linkcheck_report_timeouts_as_broken
is nowFalse
by default.Patch by James Addison.
#12597: Change the default of :confval:
show_warning_types
from
False
toTrue
.Patch by Chris Sewell.
#12083: Remove support for the old (2008--2010) Sphinx 0.5 and Sphinx 0.6
:confval:
intersphinx_mapping
format.Patch by Bénédikt Tran and Adam Turner.
#12096: Do not overwrite user-supplied files when copying assets
unless forced with
force=True
.Patch by Adam Turner.
#12646: Remove :py:func:
!sphinx.util.inspect.isNewType
.Use
isinstance(obj, typing.NewType)
instead on Python 3.10 and newer.Patch by Adam Turner.
Remove the long-deprecated (since Sphinx 2) alias
to :py:class:
!VersionChange
in:py:mod:
!sphinx.directives.other
(Deprecated since Sphinx 2).
Use :py:class:
!sphinx.domains.changeset.VersionChange
directly.Patch by Adam Turner.
Deprecated
sphinx.ext.intersphinx.normalize_intersphinx_mapping
to
sphinx.ext.intersphinx.validate_intersphinx_mapping
.The old name will be removed in Sphinx 10.
Patch by Adam Turner.
:py:class:
~pathlib.Path
objects to Sphinx 9.Use :py:func:
os.fspath
to convert :py:class:~pathlib.Path
objects to strings,or :py:class:
~pathlib.Path
's methods to work with path objects.Patch by Adam Turner.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.