StackOverflow 文档 python-sphinx 教程 使用 autodoc 编写文档字符串 安装 autodoc 扩展 安装 autodoc 扩展 Created: November-22, 2018 在文档根目录的 conf.py 文件中的 extensions list 中添加 autodoc 模块: extensions = [ 'sphinx.ext.autodoc', ... ] 在 sphinx 配置中添加代码路径使用 autodoc 编写文档字符串