Skip to content
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

fix #2336 autosummary imported members #3235

Merged
merged 1 commit into from
Dec 13, 2016
Merged

Conversation

lsaffre
Copy link
Contributor

@lsaffre lsaffre commented Dec 13, 2016

This fixes #2336

@shimizukawa
Copy link
Member

Can you add a test case for this change?

@shimizukawa
Copy link
Member

Ah, OK. generate_autosummary_docs have no test. So, now I merge this.

BTW, I think this is a "incompatible change" and this avoid imported class/function object even if it is intended. IMO, new default behavior is OK, however we should have a option for keeping previous behavior.

@shimizukawa shimizukawa merged commit 60ae843 into sphinx-doc:master Dec 13, 2016
shimizukawa added a commit that referenced this pull request Dec 13, 2016
…n imported members by default. Thanks to Luc Saffre.
@lsaffre
Copy link
Contributor Author

lsaffre commented Dec 13, 2016 via email

@shimizukawa
Copy link
Member

--imported-members options has been added. 4ece701

@dopplershift
Copy link

So how can I get the functionality of --imported-members if I was using autosummary_generate in conf.py before? I've tried running sphinx-autogen -i, and while it does some of the work, it doesn't seem to run recursively (generating autosummary pages for the imported members themselves) like I would like. Any help on restoring what worked with 1.5.6 would be very helpful.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

autosummary with toctree always lists imported members
3 participants