-
-
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
autosummary with toctree always lists imported members #2336
Comments
I'm seeing this as well. Thanks for the patch! |
NB: how I apply the patch: |
What a pity, this problem is still open in Sphinx 1.5a2. Is there any problem with my patch? |
Here is a slightly modified patch which fixes a failure in the Sphinx test suite caused by my first patch. |
Here is above patch, adapted for 1.6 (currently in development) |
fix #2336 autosummary imported members
…mand to document imported members.
Sphinx 1.6 broke our autosummary generation by no longer including imported names by default (sphinx-doc/sphinx#2336). Consequently, we now need to run sphinx-autogen manually to get it to do what we need.
Sphinx 1.6 broke our autosummary generation by no longer including imported names by default (sphinx-doc/sphinx#2336). Consequently, we now need to run sphinx-autogen manually to get it to do what we need.
I continue to have the problem which I tried to describe in #2144. At that time there was some hassle because my patch caused problems elsewjere. Opening a new ticket, this time with a (hopefully) clean patch. It is inspired by
http://stackoverflow.com/questions/25405110/sphinx-autosummary-with-toctree-also-lists-imported-members and the solution described there. The patch is against today's master from github.
20160218.txt
The text was updated successfully, but these errors were encountered: