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 1cbf2a3 commit 90bd71cCopy full SHA for 90bd71c
src/griffe/_internal/docstrings/parsers.py
@@ -49,4 +49,4 @@ def parse(
49
if not isinstance(parser, Parser):
50
parser = Parser(parser)
51
return parsers[parser](docstring, **options)
52
- return [DocstringSectionText(docstring.value)]
+ return [DocstringSectionText(docstring.value)] if docstring.value else []
0 commit comments