mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-14 06:54:43 -05:00
test: Add testcase for autodoc_inherit_docstring and attributes (refs: #10539)
This commit is contained in:
@@ -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:',
|
||||
|
||||
Reference in New Issue
Block a user