英文: Sphinx's autosummary with recursive option is not being fully recursive 问题 我正在使用Sphinx来文档化一个...
Sphinx autodoc 在本地工作,但在Read The Docs上不起作用。
英文: Sphinx autodoc works locally but not on Read The Docs 问题 我有一个GitHub仓库(链接在此),它非常基础,只是用来复现我在另一个仓库中...
Sphinx-multiversion: 下载文件不可读
英文: Sphinx-multiversion: Download file not readable 问题 I have a Sphinx documentation and would like ...
“使用Python Sphinx获取警告:myproject的对象描述重复/使用:noindex:中的一个。”
英文: Using Python Sphinx getting WARNING: duplicate object description of myproject / use :noindex: f...
使用Sphinx的`BuildDoc`在`setup.py`上。
英文: Using Sphinx's `BuildDoc` on `setup.py` 问题 Here's the translated content: 我正在接手一个Python项目,其中...
如何在 Azure DevOps 中实现自动化的 Sphinx 文档生成,如果 TexLive 被冻结?
英文: How should I have automatic sphinx documentation in Azure Devops if texlive is frozen? 问题 I am u...
Sphinx不会记录复杂的Enum类。
英文: Sphinx not documenting complex Enum classes 问题 在我的代码中,我有一些复杂的枚举类型类。例如: class ComplexEnum(SomeOth...
如何在Sphinx中记录带有@dataclass注释的可调用类?
英文: How to document callable classes annotated with @dataclass in sphinx? 问题 I researched this topic...