I'm using :class: and getting a lot of warnings
WARNING: py:class reference target not found: mypkg.submodule.class.
I can't find anywhere in the documentation what exactly the requirements are for a correct cross-reference.
This is currently an incomplete list of requirements I think there are:
- The module of the object needs to be importable
- The object needs to exist inside of the module
- The object needs to be documented somewhere else in the build with a
:py:class::,:py:func::or similar directive- This directive can be generated by the
autodocextension, in which case the object needs to have a docstring associated to it.
- This directive can be generated by the