Closed
Description
I have seen a similar problem as mentioned here. Problem is for docstrings but only for docstrings outside of functions. I have attached an example, and by running the command sphinx-build -b singlehtml -d _build/doctrees . _build/singlehtml
l i get the following for output:
If I delete :members:
from manual.rst the docstring outside the function works as expected.
Am i doing anything wrong? I'm running the newest version (0.9.1).