# docs/source/working-notes/troyraen/RTD.md ## Read The Docs - [Sphinx](https://www.sphinx-doc.org/en/master/index.html) ```bash pip install sphinx sphinx-quickstart docs # sphinx-build -b html source build make clean make html ```