I have a pretty large project with lot of packages, modules and dependencies. I want to generate the API doc of a few modules in the project. The documentation is already added as doc-strings.
I tried using sphinx but I am plagued with import errors. And the configuration required to avoid these import errors is just too much for my need.
Is there a doc generator that would take a module, parse the doc strings in it and produce the output, either in markdown, rst or html in a good readable format?