Open senwu opened 4 years ago
This was just merged: https://github.com/readthedocs/sphinx-autoapi/issues/183.
So, we may be able to do some workaround now.
I've just acknowledged this issue myself. This issue https://github.com/snorkel-team/snorkel/pull/1274 may be relevant?
mocks and type hints don't work together very well (agronholm/sphinx-autodoc-typehints#70)
Is this still an issue?
I can't find any _MockObject
in the readthedocs. (see the search result at https://readthedocs.org/projects/fonduer/search/?q=_MockObject)
Describe the bug Fix the readthedocs issue with Emmental
To Reproduce There are some
sphinx.ext.autodoc.importer._MockObject
in the current readthedoc.Expected behavior Have the correct inheritance information.
See https://github.com/HazyResearch/fonduer/pull/329 for context on this bug.