PC-Using-RTD๏ƒ

These docs provide a simple instruction list for setting up automatic updating of your project documentation hosted at ReadTheDocs.

Overall Process

Python -> Sphinx -> VSCode -> reStructuredText -> GitHub -> ReadTheDocs

  1. Using Python, set up Sphinx to translate the .rst files into HTML (and PDF) file formats.

  2. In VSCode, create plain text source files in reStructuredText (.rst) format.

  3. In VSCode, push the documentation changes to a GitHub repository.

  4. Set up ReadTheDocs to automatically update via a webhook to GitHub.

๐Ÿ“š Table of Contents:


An alternate approach can be followed in the techwritingmatters tutorial which has 4 youtube videos. https://techwritingmatters.com/documenting-with-sphinx-tutorial-intro-overview#Structure_of_the_Tutorial It starts by cloning a new GitHub repository to the computer. It is Mac based. It uses a text editor instead of VSCode.

The above steps are suitable for one author using the master branch only. For collaboration and the use of feature branches for development see the command line interface (CLI) commands details below: