Hosted by Read the Docs
$ git clone [email protected]:includeos/mothership_documentation.git $ cd mothership_documentation $ pip install sphinx sphinx-autobuild sphinx_rtd_theme $ <make your changes> $ make html $ open _build/html/<Your-updated-file>.html # to test your changes $ <commit your changes>
After you have created a pull request and your changes have been merged, includeos-mothership.readthedocs.io will get updated automatically.
More documentation regarding reStructuredText: Sphinx documentation.