Files
documentation/README.md
Lucy Cifferello 5051289305 update readme
2020-10-06 20:42:15 -06:00

691 B

Start9 Labs Documentation

Environment Setup

Install python3

Install sphinx: brew install sphinx-doc

Python dependencies:

pip3 install sphinx-autobuild
pip3 install sphinx-book-theme

To Develop

This project uses Sphinx and Restructured Text

conf.py is the configuration source for the Sphinx project

If any css or table of contents organization changes, run: make clean html

To activate a live-reload environment on localhost:8000, run: sphinx-autobuild source build/html