Does sphinx autodoc work with param?

I have not tried it but my guess is that the normal things like docstrings from classes and functions would work.

But the doc attribute on the parameters would not be included. But I would also like to know as I’m also using Sphinx for documentation. Just not autodoc yet.

1 Like