diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-01-01 14:54:08 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-01-01 18:06:57 +0900 |
commit | 3fc98a2b3d6dec830caa19ecc8a1dadd80ebb6dd (patch) | |
tree | 0d718bff2ae9ffdf6414179741909b03f08f4006 /tests/test_ext_autodoc_autodata.py | |
parent | 6df45e0eadba5ac0e55296e67414b03dc24779b5 (diff) | |
download | sphinx-git-3fc98a2b3d6dec830caa19ecc8a1dadd80ebb6dd.tar.gz |
Fix #10027: autodoc_typehints_format does not work with :show-inheritance:
Diffstat (limited to 'tests/test_ext_autodoc_autodata.py')
-rw-r--r-- | tests/test_ext_autodoc_autodata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ext_autodoc_autodata.py b/tests/test_ext_autodoc_autodata.py index f983726ad..36a96a9d3 100644 --- a/tests/test_ext_autodoc_autodata.py +++ b/tests/test_ext_autodoc_autodata.py @@ -111,7 +111,7 @@ def test_autodata_NewType(app): '', ' T6', '', - ' alias of :py:class:`int`', + ' alias of :py:class:`datetime.date`', '', ] |