Merge pull request #10036 from tk0miya/9555_autosummary_raise_ImportExceptionGroup_by_default

autosummary: autosummary: import_by_name() now raises ImportExceptionGroup
This commit is contained in:
Takeshi KOMIYA
2022-01-02 13:03:10 +09:00
committed by GitHub
3 changed files with 19 additions and 8 deletions

View File

@@ -7,6 +7,11 @@ Dependencies
Incompatible changes
--------------------
* #10031: autosummary: ``sphinx.ext.autosummary.import_by_name()`` now raises
``ImportExceptionGroup`` instead of ``ImportError`` when 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 via ``grouped_exception=False`` keyword argument until v7.0.
* #9962: texinfo: Customizing styles of emphasized text via ``@definfoenclose``
command was not supported because the command was deprecated since texinfo 6.8
* #2068: :confval:`intersphinx_disabled_reftypes` has changed default value