Open kexugit opened 1 year ago
"Returns:" should not be rendered as H1 header.
"Returns:" is rendered as H1 header.
According to the official documentation of numpy docstring, there shouldn't be a colon ( : ) after keyword "Returns". E.g., https://www.sphinx-doc.org/en/master/usage/extensions/example_numpy.html.
Tracking this in this issue: Azure Functions Reference Documentation is out of date for azure.functions · Issue #59 · Azure/azure-functions-pyfx-planning (github.com)
Investigative information
Please provide the following:
Repro steps
Expected behavior
"Returns:" should not be rendered as H1 header.
Actual behavior
"Returns:" is rendered as H1 header.
Known workarounds
According to the official documentation of numpy docstring, there shouldn't be a colon ( : ) after keyword "Returns". E.g., https://www.sphinx-doc.org/en/master/usage/extensions/example_numpy.html.
Contents of the requirements.txt file:
Provide the requirements.txt file to help us find out module related issues.
Related information