2 Commits

Author SHA256 Message Date
1414aacf80 - update to 7.4.5:
* #12593, #12600: Revert coercing the type of selected
    :confval:`html_sidebars` values to a list. Log an error
    message when string values are detected. Patch by Adam
    Turner.
  * #12594: LaTeX: since 7.4.0, :rst:dir:`seealso` and other
    "light" admonitions now break PDF builds if they contain a
    :dudir:`figure` directive; and also if they are contained in
    a table cell (rendered by tabulary). Patch by Jean-François
    B.
  * #12585, #12586: Do not warn when an intersphinx inventory
    contains case-insensitively ambiguous duplicate items. Patch
    by James Addison.
  * #12582: Restore support for list-styled
    :confval:`source_suffix` values with extensions that register
    parsers. Patch by Adam Turner.
  * #12580, #12583: Resolve failures with the C domain on
    incremental builds with Sphinx 7.3.7 and earlier. Patch by
    Adam Turner.
  * Fix invalid HTML when a rubric node with invalid heading-
    level is used. Patch by Adam Turner.
  * #12579, #12581: Restore support for typing.ParamSpec in
    autodoc. Patch by Adam Turner.
  * #12555: Drop Docutils 0.18.1 and Docutils 0.19 support. Patch
    by Adam Turner.
  * LaTeX: the xcolor package is now required (but is for example
    part of Ubuntu texlive-latex-recommended which has always
    been required).
  * LaTeX: the fontawesome5 LaTeX package is needed for the
    default choices of icons now used in admonition titles in PDF

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=268
2024-07-18 07:31:20 +00:00
a4a65515f7 - update to 7.3.7:
* #12299: Defer loading themes defined via entry points until
    their explicit use by the user or a child theme. Patch by
    Adam Turner.
  * #12305: Return the default value for theme.get_config() with
    an unsupported theme configuration section. Patch by Adam
    Turner.
  * #12295: Re-export all AST types in the C and C++ domains.
    Patch by Adam Turner.
  * #12295: Re-export various objects from
    sphinx.domains.python._annotations in sphinx.domains.python.
    Patch by Jacob Chesslo and Adam Turner.
  * #12295: Re-export various objects from
    sphinx.domains.python._object in sphinx.domains.python. Patch
    by Jacob Chesslo and Adam Turner.
  * Handle cases when Any is not an instance of type. Patch by
    Adam Turner.
  * #12290: Fix a false-positive warning when setting a
    configuration value with Any as the valid type to a type
    other than the value's default. Patch by Adam Turner.
  * Preload all themes defined via entry points. Patch by Adam
    Turner.
  * Fix a bad interaction between the 'Furo' theme and the new-
    style for configuration values. Patch by Adam Turner.
  * Require tomli on Python 3.10 and earlier. Patch by Adam
    Turner.
  * #11858: Increase the minimum supported version of Alabaster
    to 0.7.14. Patch by Adam Turner.
  * #11411: Support Docutils 0.21. Patch by Adam Turner.
  * #12012: Use types-docutils instead of docutils-stubs.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=264
2024-06-29 07:06:09 +00:00