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
The sphinx build fails due to issues unrelated to new PRs.
example of such a build: https://readthedocs.org/projects/returns/builds/15771948/
the offending warning is:
WARNING: Failed guarded type import with AttributeError('__globals__')
build should succeed, documentation generated without warning
whatever readthedocs.org does
The text was updated successfully, but these errors were encountered:
@sobolevn I found the issue on sphinx-autodoc-typehints! My PR should fix, so let's wait for the release of it:
sphinx-autodoc-typehints
tox-dev/sphinx-autodoc-typehints#211
Sorry, something went wrong.
1.15.2
1.15.3
Successfully merging a pull request may close this issue.
Bug report
What's wrong
The sphinx build fails due to issues unrelated to new PRs.
example of such a build: https://readthedocs.org/projects/returns/builds/15771948/
the offending warning is:
WARNING: Failed guarded type import with AttributeError('__globals__')
How is that should be
build should succeed, documentation generated without warning
System information
whatever readthedocs.org does
The text was updated successfully, but these errors were encountered: