StackOverflow 文档 python-sphinx 教程 使用 autodoc 编写文档字符串 在 sphinx 配置中添加代码路径 在 sphinx 配置中添加代码路径 Created: November-22, 2018 Autodoc 需要导入你的模块才能工作。 你可以在 conf.py 文件中包含代码路径。 例如: import os sys.path.insert(0, os.path.abspath('../src')) 安装 autodoc 扩展