小编Dio*_*ult的帖子

如何从自动摘要递归文档中排除模块

我有一些 Sphinx 文档,如下所示:

Browse the code-based documentation here:

.. autosummary::
   :toctree: _autosummary
   :template: custom-module-template.rst
   :recursive:

   foo
Run Code Online (Sandbox Code Playgroud)

有、、等foo的模块在哪里?有办法排除吗?foo.barfoo.bar.afoo.bazfoo.baz

python python-sphinx autosummary

6
推荐指数
1
解决办法
619
查看次数

标签 统计

autosummary ×1

python ×1

python-sphinx ×1