SpongeDocs
SpongeDocs copied to clipboard
Update sphinx requirement from <5 to <6
Updates the requirements on sphinx to permit the latest version.
Release notes
Sourced from sphinx's releases.
v5.0.1
Changelog: https://www.sphinx-doc.org/en/master/changes.html
Changelog
Sourced from sphinx's changelog.
Release 5.0.1 (released Jun 03, 2022)
Bugs fixed
- #10498: gettext: TypeError is raised when sorting warning messages if a node has no line number
- #10493: html theme: :rst:dir:
topicdirective is rendered incorrectly with docutils-0.18- #10495: IndexError is raised for a :rst:role:
kbdrole having a separatorRelease 5.0.0 (released May 30, 2022)
Dependencies
5.0.0 b1
- #10164: Support
Docutils 0.18_. Patch by Adam Turner... _Docutils 0.18: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-18-2021-10-26
Incompatible changes
5.0.0 b1
- #10031: autosummary:
sphinx.ext.autosummary.import_by_name()now raisesImportExceptionGroupinstead ofImportErrorwhen it failed to import target object. Please handle the exception if your extension uses the function to import Python object. As a workaround, you can disable the behavior viagrouped_exception=Falsekeyword argument until v7.0.- #9962: texinfo: Customizing styles of emphasized text via
@definfoenclosecommand was not supported because the command was deprecated since texinfo 6.8- #2068: :confval:
intersphinx_disabled_reftypeshas changed default value from an empty list to['std:doc']as avoid too surprising silent intersphinx resolutions. To migrate: either add an explicit inventory name to the references intersphinx should resolve, or explicitly set the value of this configuration variable to an empty list.- #10197: html theme: Reduce
body_min_widthsetting in basic theme to 360px- #9999: LaTeX: separate terms from their definitions by a CR (refs: #9985)
- #10062: Change the default language to
'en'if any language is not set inconf.py5.0.0 final
- #10474: :confval:
languagedoes not acceptNoneas it value. The default
... (truncated)
Commits
8fe2799Bump to 5.0.1 finalab58bbaMerge pull request #10502 from AA-Turner/ifconfig-fixc4458e3ifconfig: Do not use a meta node for noop2a50b2eUpdate CHANGES for PR #105048aacb33Merge pull request #10504 from AA-Turner/fix-kbd-findall28f9ce7Update CHANGES for PR #10493cb407c4Merge pull request #10493 from AA-Turner/more-cssd6d2a40Update CHANGES for PR #10503433c67eMerge pull request #10503 from AA-Turner/gettext-catalogue-fixa1ecf99Remove warning- Additional commits viewable in compare 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
That's quite a long change-log. We know that something in the move from 4 -> 5 breaks at the docker stage. Any clues to the cause?
That's quite a long change-log. We know that something in the move from 4 -> 5 breaks at the docker stage.
Any clues to the cause?
Nope, and this requires quite a bit of work to find out. It could be either the rtd-theme not being compatible or something changed internally which breaks our language generation.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.