我遵循 Readthedocs 上的入门指南,并使用 Sphinx 使用 autodoc 在https://github.com/akdiem/bloodflow上为我的 Python 包创建文档。(文档相关的 .rst 文件在 docs 文件夹中)
readthedoc 构建通过并在https://bloodflow.readthedocs.io/en/latest/上找到
Readthedocs 没有显示作为我代码一部分的任何 docstring 文档,但对我来说一切看起来都应该如此。为什么不呢?