summaryrefslogtreecommitdiff
path: root/tests/test_ext_autodoc_automodule.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-06-17 02:19:33 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2022-06-17 02:19:33 +0900
commit4d7558e968d74f73e11c5460fe095b51a5a9f172 (patch)
tree2f67856b0b2022caec491c37766280b77c48ed2f /tests/test_ext_autodoc_automodule.py
parent571b55328d401a6e1d50e37407df56586065a7be (diff)
parent949984c4e26671fdf5490c33cf90d4db118aaa86 (diff)
downloadsphinx-git-4d7558e968d74f73e11c5460fe095b51a5a9f172.tar.gz
Merge branch '5.0.x' into 5.x
Diffstat (limited to 'tests/test_ext_autodoc_automodule.py')
-rw-r--r--tests/test_ext_autodoc_automodule.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/test_ext_autodoc_automodule.py b/tests/test_ext_autodoc_automodule.py
index 8208d86f6..71b23679d 100644
--- a/tests/test_ext_autodoc_automodule.py
+++ b/tests/test_ext_autodoc_automodule.py
@@ -133,6 +133,13 @@ def test_automodule_inherited_members(app):
' :module: target.inheritance',
'',
'',
+ ' .. py:attribute:: Base.inheritedattr',
+ ' :module: target.inheritance',
+ ' :value: None',
+ '',
+ ' docstring',
+ '',
+ '',
' .. py:method:: Base.inheritedclassmeth()',
' :module: target.inheritance',
' :classmethod:',