On DiddiLeija/text_formatter, I am building documentation with ReadTheDocs. At this moment, I have this file tree on a docs
folder on the repo:
docs/
|- modules/
|- index.rst
|- module_justify.rst
|- module_check.rst
|- conf.py
|- index.rst
|- requirements.txt
But when I open my ReadTheDocs site (http://text-formatter.readthedocs.io), I can only see the content from docs/index.rst
. Can somebody check my problem, and tell me what am I doing wrong here?
(The original GitHub issue is here).
I found an answer at article "How can I link/reference another reST file in the documentation? ", it was really useful for me. Thanks Dioni for pointing me there!