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.2
Changelog: https://www.sphinx-doc.org/en/master/changes.html
Changelog
Sourced from sphinx's changelog.
Release 5.0.2 (released Jun 17, 2022)
Features added
- #10523: HTML Theme: Expose the Docutils's version info tuple as a template variable,
docutils_version_info
. Patch by Adam Turner.Bugs fixed
- #10538: autodoc: Inherited class attribute having docstring is documented even if :confval:
autodoc_inherit_docstring
is disabled- #10509: autosummary: autosummary fails with a shared library
- #10497: py domain: Failed to resolve strings in Literal. Patch by Adam Turner.
- #10523: HTML Theme: Fix double brackets on citation references in Docutils 0.18+. Patch by Adam Turner.
- #10534: Missing CSS for nav.contents in Docutils 0.18+. Patch by Adam Turner.
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. Patch by Adam Turner.
- #10493: HTML Theme: :rst:dir:
topic
directive is rendered incorrectly with Docutils 0.18. Patch by Adam Turner.- #10495: IndexError is raised for a :rst:role:
kbd
role having a separator. Patch by Adam Turner.Release 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
... (truncated)
Commits
-
907d27d
Bump to 5.0.2 final -
ed69703
Update CHANGES for PR #10535 -
377d866
Merge pull request #10535 from AA-Turner/css-nav-contents -
7096024
Update CHANGES for PR #10539 -
d045227
Merge pull request #10539 from AA-Turner/fix-inherited-attrs -
29edce9
test: Add testcase for autodoc_inherit_docstring and attributes (refs: #10539) -
3956cf2
Fix documenting inherited attributes -
27f0532
Moveaside.topic
into the conditional blocks -
5806f0a
Addnav.contents
everywhere thatdiv.topic
is used -
8da2efb
Rename CSS files to CSS template files - Additional commits viewable in compare view