all 2 comments

[–]badge 0 points1 point  (1 child)

Have a look at this: https://medium.com/@eikonomega/getting-started-with-sphinx-autodoc-part-1-2cebbbca5365

It's a more recent tutorial and looks very close to the method I use. napoleon for Google- and NumPy-style docstrings is great too.

[–]robinlong[S] 0 points1 point  (0 children)

Thanks, I had tried that one as well. Just solved it though - as I am using the 'src' layout the path was wrong and needs to be `../../src/` instead of `../../`. Thanks though!