We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc5815 commit 8ac0556Copy full SHA for 8ac0556
autodocsumm/__init__.py
@@ -155,7 +155,7 @@ def get_grouped_documenters(self, all_members=False):
155
self.env.temp_data['autodoc:class'] = self.objpath[0]
156
157
if not self.options.autosummary_force_inline:
158
- docstring = self.get_doc()
+ docstring = self.get_doc() or []
159
autodocsumm_directive = '.. auto%ssumm::' % self.objtype
160
for s in chain.from_iterable(docstring):
161
if autodocsumm_directive in s:
0 commit comments