我正在使用 Sphinx,非常喜欢它,但它不会获取模块概要。没有错误或任何东西,只是简单......什么都没有。这是我试图自动记录的模块:
# vim: set fileencoding=utf-8 :
"""
.. module:: CONF
:synopsis: Configuration module, tells where data files are.
.. moduleauthor:: Mr Anderson <mr@matrix.com>
"""
这是 ReST 索引文件中的 Sphinx 指令:
.. automodule:: CONF
:synopsis:
我从 Sphinx 那里得到了各种其他美妙的东西,所以它对我来说通常不会坏掉。我得到的唯一可疑的事情是:SEVERE: Duplicate ID: "module-CONF"
。一些谷歌搜索让我相信这个错误很“正常”?