Closed
Description
I am seeing some difficulties to render some docstrings with sphinx autodoc with the napoleon ext. In example the docstring from:
cve-bin-tool/cve_bin_tool/cve_scanner.py
Lines 66 to 69 in e36aabe
It gets rendered to:
The example gets not rendered correctly because there is no blank line between the summary and the example. If I add it, it gets rendered correctly.