ドキュメント作成時にgenindex
というインデックスが作成されるため、forbids to use that name for a documentとなります。今、そのインデックスへのリンクを目次にどのように含めるのですか?私はこれを試してみた「genindex」をSphinx目次に含めるにはどうすればいいですか?
:最後の行は、文書内のそのインデックスへのリンクを作成していますがTOCを作成するときに
.. toctree::
:maxdepth: 2
genindex
api
Indices and tables
==================
* :ref:`genindex`
、ビルドは参照を知らない:
WARNING: toctree contains reference to nonexisting document 'genindex'
削除://のstackoverflowを。面白いことに、[docs](http://www.sphinx-doc.org/en/stable/markup/toctree.html#special-names)は、ファイルを作成しないように明示的に述べています。com/q/25243482/407651 – mzjn