Closed
Description
Hi, thank you for the very useful numpydoc package! The astropy
package is a long time user of numpydoc
.
Unfortunately, by upgrading from numpydoc
1.0.0 to 1.1.0, we are getting many warnings that start with WARNING: py:class reference target not found...
. We also use sphinx-automodapi, where "members that a class inherits from a base class are included in the generated documentation." Hence, a class that subclasses, say, dict
, gets all the member doctrings from dict
methods (unless overwritten).
Such inheritance has never been a problem until numpydoc
1.1.0. Can you please advise on how we can fix these warnings? Thank you!
Metadata
Metadata
Assignees
Labels
No labels