StackOverflow 文件 python-sphinx 教程 使用 autodoc 編寫文件字串 在 sphinx 配置中新增程式碼路徑 在 sphinx 配置中新增程式碼路徑 Created: November-22, 2018 Autodoc 需要匯入你的模組才能工作。 你可以在 conf.py 檔案中包含程式碼路徑。 例如: import os sys.path.insert(0, os.path.abspath('../src')) 安裝 autodoc 擴充套件