0
.. Documentation_hexnode documentation master file, created by
   sphinx-quickstart on Mon May 09 14:24:54 2016.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.


Frequently Asked Questions
=================================================

Contents:

.. toctree::
   :maxdepth: 2
    license
    help

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

这是我index.rst创建此文件后的文件,我运行 make HTML 进行构建。但index.html文件没有副标题许可证和帮助。我需要手动创建license.rsthelp.rst在源目录中吗?它会在构建时自动生成吗?

4

1 回答 1

0

是的,您需要同时创建license.rsthelp.rst

您可以在Sphinx 文档中阅读有关 toctree 的更多信息:

于 2016-05-09T10:41:13.273 回答