【发布时间】:2018-05-19 12:04:09
【问题描述】:
在我的sphinx-build 生成的文档中,索引页面显示Document title 和Section Title 链接。
==============
Document Title
==============
Section Title
-----------------
我不希望Section Title显示在索引页面上,
所以我更改了第一个以使用字幕格式,但它仍然出现在索引页面上。如何解决这个问题?
==============
Document Title
==============
Section Title (Document Subtitle)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
【问题讨论】:
标签: python-sphinx restructuredtext