python - Avoid docstrings from parent, in Sphinx -
i use sphinx autodocs, find annoying how default appends parent class docstring docstring.
the result each , every documented test class inheriting unittest.testcase
, docstring "create instance of class use named test method when executed. raises valueerror if instance not have method specified name." appended. these 2 sentences litter test documentation, on , on again.
how can stop sphinx pulling docstring parent?
Comments
Post a Comment