構建文檔時,Sphinx生成索引genindex
,因此生成forbids to use that name for a document。現在,我將如何在目錄中包含指向該索引的鏈接?如何在「獅身人面像目錄」中包含「genindex」?
我已經試過這樣:
.. toctree::
:maxdepth: 2
genindex
api
Indices and tables
==================
* :ref:`genindex`
雖然最後一行將創建一個文檔中的鏈接到該索引,創建TOC時生成不知道參考:
WARNING: toctree contains reference to nonexisting document 'genindex'
與http://計算器。 com/q/25243482/407651 – mzjn