This question is related to this other one. The proposed and accepted solution is:
Returns:
(tuple): tuple containing:
arg1: First Argument
arg2: Second Argument
This solution is not working, at least for me. The indented sub-block with arg1
and arg2
description is not parsed.
How should I manage multiple returns with sphinx
, sphinx.ext.napoleon
and Google Style docstring?