We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Fix the readthedocs issue with Emmental
To Reproduce There are some sphinx.ext.autodoc.importer._MockObject in the current readthedoc.
sphinx.ext.autodoc.importer._MockObject
Expected behavior Have the correct inheritance information.
See #329 for context on this bug.
The text was updated successfully, but these errors were encountered:
This was just merged: readthedocs/sphinx-autoapi#183.
So, we may be able to do some workaround now.
Sorry, something went wrong.
I've just acknowledged this issue myself. This issue snorkel-team/snorkel#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)
_MockObject
No branches or pull requests
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 #329 for context on this bug.
The text was updated successfully, but these errors were encountered: