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_autoattribute.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_autoattribute.py')
-rw-r--r-- | tests/test_ext_autodoc_autoattribute.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ext_autodoc_autoattribute.py b/tests/test_ext_autodoc_autoattribute.py index 8fe065d65..826b73dc7 100644 --- a/tests/test_ext_autodoc_autoattribute.py +++ b/tests/test_ext_autodoc_autoattribute.py @@ -183,7 +183,7 @@ def test_autoattribute_NewType(app): '', ' T6', '', - ' alias of :py:class:`int`', + ' alias of :py:class:`datetime.date`', '', ] |