My project has several packages and submodules. All of them have docstrings, so I'd like to automatically generate recursive sphinx documentation for all the project.
I see there are autodoc and autosummary extensions, but I can't make them work and I can't find clear guides about this.
Any hint?