我正在使用sphinx-autodoc-annotation读取 Python 代码中的函数注释,并使用它来生成适当的预期参数类型和返回类型。它在我的本地机器上运行良好,但我pip install sphinx-autodoc-annotation
当然必须这样做。
我正在尝试使用Read the Docs生成相同的文档,但它给了我一个错误:
Could not import extension sphinx_autodoc_annotation (exception: No module named sphinx_autodoc_annotation)
是否可以将 Read the Docs 配置为使用 sphinx-autodoc-annotation,如果可以,我该如何使其工作?