diff --git a/tests/test_extensions/test_ext_autodoc.py b/tests/test_extensions/test_ext_autodoc.py index 75eaac05a4c..8daa1888fa7 100644 --- a/tests/test_extensions/test_ext_autodoc.py +++ b/tests/test_extensions/test_ext_autodoc.py @@ -2352,9 +2352,6 @@ def test_autodoc_Annotated(app): '', ' Type alias for a validated string.', '', - ' alias of :py:class:`~typing.Annotated`\\ [:py:class:`str`, ' - ':py:class:`~target.annotated.FuncValidator`\\ (func=\\ :py:class:`~target.annotated.validate`)]', - '', '', ".. py:function:: hello(name: ~typing.Annotated[str, 'attribute']) -> None", ' :module: target.annotated',