SR FTC Docs
Follow the instructions below to build the docs locally.
Once Python is installed run the following command
pip install -r source/requirements.txt
Auto builder is the best solution to building the docs.
Run make autobuild
in the root project folder.
This will create a live server at http://127.0.0.1:8000
or localhost:8000