-
-
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
BUG? Autosummary methods
missing in Sphinx 1.6
#3900
Comments
Could you share any example and procedure? |
Here is a minimal project that reproduces the problem (building with |
Thanks, I confirmed the issue. This comes from #3235. |
Fixed at b3e0e29. |
Thanks!
|
The exact same thing happens for Attributes (eg if you want to include automatically a list of the attributes in a class template, as done for methods in the example above). |
I see this is already reported in #4058 as well (although that has a broader scope) |
Since Sphinx 1.6 methods seem to be missing from class documentation generated with autosummary. I use a file with contents like below as
autosummary/class.rst
. Methods are properly documented on Sphinx 1.5.6, but not on 1.6.1 and 1.6.2 (conda
). If I insert{{ methods }}
into the template, the docs display an empty list([]
) with 1.6 and a list of method names in 1.5.The text was updated successfully, but these errors were encountered: