-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
FIX: Only check if members is True #1892
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
Conversation
hello i proposed a fix in #1828 for these two lines, maybe yours is a cleaner fix ? |
@jschueller can you confirm that this fixes the bug on your build? That might help the review process proceed. |
it does fix my OpenTURNS build (#1822) |
@shimizukawa @lsaffre is it still ok regarding #1061 ? |
Yes, it is okay. Sorry for my slow reply (I am still unexperienced with On 13/06/15 11:28, jschueller wrote:
|
good, thanks @lsaffre ! |
It also fixes problems I've had with at least three of my repos (mne-python, pyeparse, expyfun, ...). |
hi, @shimizukawa, is this still ok for you ? |
LGTM. Sorry for late reply.
Todos:
|
Merged! |
@shimizukawa, thank you |
There will be a sprint at EuroPython. At the end there will definitely be another release. |
Manually applied patch to make autosummary work (see sphinx-doc/sphinx#1892)
I tried |
Closes #1891.
Closes #1822.
check_module
should only be called ifmembers
is currently activated, otherwise formely working use cases like those in #1891 are broken. This is also consistent with the docs:Ready for review/merge from my end.