- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
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
A lot of spurious warnings after upgrading 1.7.0 -> 1.7.1 #4685
Labels
Milestone
Comments
tk0miya
added a commit
to tk0miya/sphinx
that referenced
this issue
Mar 1, 2018
Thank you for reporting. The warnings are emitted on creating autosummary tables. But it is not a problem of markups. |
And thanks for fixing! |
Note: I made following Dockerfile to build docs of pandas module.
|
tk0miya
added a commit
that referenced
this issue
Mar 2, 2018
Fix #4685: autosummary emits meaningless warnings
Fixed by #4696. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
On the pandas doc build on travis, once it started using 1.7.1, there are a lot of warnings in the log output like (see eg https://travis-ci.org/pandas-dev/pandas/jobs/347059156, but there is a lot of other noise in the log output):
that were not there before (with 1.7.0).
It might be that those warnings are trying to warn for actual cases where there is a problem with this. But, the problem is they are not giving any context (in which file, which line is is raised?), so are somewhat useless.
The text was updated successfully, but these errors were encountered: