How to generate Python documentation using Sphinx with zero configuration?
问题 We don't want to be maintaining documentation as well as the source code, which is evolving rapidly at the moment, yet Sphinx seems to require a frustrating amount of setup and configuration. (We just need some basic API docs.) Is there not a single command you can run inside a python project that will just iterate over all of the packages, modules, classes and functions generating documentation as HTML? The sphinx-apidoc splats stuff into a directory, and after modifying the conf.py to have