RTD is not just a hosting platform; it is an . When you connect your GitHub repo, RTD spins up a virtual machine, installs Sphinx, builds your RST into HTML, and hosts it at yourproject.readthedocs.io . It also supports versioned documentation (e.g., latest vs stable ).
“My bullet list broke because of inconsistent indentation.” Solution: Run doc8 --max-line-length 89 to catch indentation errors. rst tools
The foundational Python library that parses RST text and converts it into other formats like HTML or LaTeX. RTD is not just a hosting platform; it is an
Example GitHub Action step: