1

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).

Diego Ramirez
  • 689
  • 1
  • 4
  • 17
  • I've been thinking to ask on the GitHub ReadTheDocs repository, but I consider this is my mistake, not a ReadTheDocs bug. – Diego Ramirez Jul 21 '21 at 13:06
  • 1
    Use the index.rst file to link them all: [link](https://stackoverflow.com/questions/37553750/how-can-i-link-reference-another-rest-file-in-the-documentation) – Dioni Jul 21 '21 at 13:28

1 Answers1

1

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!

Diego Ramirez
  • 689
  • 1
  • 4
  • 17