Skip to content

Update dependency sphinx to v5.2.0.post0

Stackspin-renovate Bot requested to merge renovate/sphinx-5.x into main

This MR contains the following updates:

Package Update Change
sphinx (changelog) minor ==5.1.1 -> ==5.2.0.post0

Release Notes

sphinx-doc/sphinx

v5.2.0

Compare Source

=====================================

Dependencies

  • #​10356: Sphinx now uses declarative metadata with pyproject.toml to create packages, using PyPA's build project as a build backend. Patch by Adam Turner.

Deprecated

  • #​10843: Support for HTML 4 output. Patch by Adam Turner.

Features added

  • #​10738: napoleon: Add support for docstring types using 'of', like type of type. Example: tuple of int.
  • #​10286: C++, support requires clauses not just between the template parameter lists and the declaration.
  • #​10755: linkcheck: Check the source URL of raw directives that use the url option.
  • #​10781: Allow :rst:role:ref role to be used with definitions and fields.
  • #​10717: HTML Search: Increase priority for full title and subtitle matches in search results
  • #​10718: HTML Search: Save search result score to the HTML element for debugging
  • #​10673: Make toctree accept 'genindex', 'modindex' and 'search' docnames
  • #​6316, #​10804: Add domain objects to the table of contents. Patch by Adam Turner
  • #​6692: HTML Search: Include explicit :rst:dir:index directive index entries in the search index and search results. Patch by Adam Turner
  • #​10816: imgmath: Allow embedding images in HTML as base64
  • #​10854: HTML Search: Use browser localstorage for highlight control, stop storing highlight parameters in URL query strings. Patch by Adam Turner.

Bugs fixed

  • #​10723: LaTeX: 5.1.0 has made the 'sphinxsetup' verbatimwithframe=false become without effect.
  • #​10257: C++, ensure consistent non-specialization template argument representation.
  • #​10729: C++, fix parsing of certain non-type template parameter packs.
  • #​10715: Revert #​10520: "Fix" use of sidebar classes in agogo.css_t

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, click this checkbox.

This MR has been generated by Renovate Bot.

Merge request reports