【发布时间】:2021-09-28 02:27:57
【问题描述】:
在DiddiLeija/text_formatter,我正在使用 ReadTheDocs 构建文档。此时,我在 repo 的 docs 文件夹中有这个文件树:
docs/
|- modules/
|- index.rst
|- module_justify.rst
|- module_check.rst
|- conf.py
|- index.rst
|- requirements.txt
但是当我打开我的 ReadTheDocs 网站 (http://text-formatter.readthedocs.io) 时,我只能看到来自 docs/index.rst 的内容。有人可以检查我的问题,并告诉我我在这里做错了什么吗?
(最初的 GitHub 问题是here)。
【问题讨论】:
-
我一直在考虑在 GitHub ReadTheDocs 存储库上提问,但我认为这是我的错误,而不是 ReadTheDocs 错误。
-
使用 index.rst 文件将它们全部链接起来:link
标签: python documentation read-the-docs