我正在使用sphinx autodoc来检索类和模块文档字符串。
当我使用autodoc时,sphinx会自动生成一个名为Python Module Index
的丑陋页面。
如果我将:noindex:
添加到每个单独的autoclass
和automodule
,我只能禁用此页面。
问题:有没有办法将:noindex
全局插入到这些ReStructured Text指令中?
我的index.rst
供参考:
.. toctree::
:maxdepth: 5
:glob:
README
CHANGELOG
DEV-README
您应该能够在index.rst下删除它。看看是否有一条线:
* :ref:`modindex`