Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 677 Bytes

README.md

File metadata and controls

45 lines (33 loc) · 677 Bytes

voltec-docs

Official VOLTEC Robotics Documentation

Authors

Contributors

Installation

  1. Clone the repository
git clone https://github.com/VOLTEC6647/voltec-docs.git
  1. Go to the project directory
cd voltec-docs
  1. Install dependencies For MacOS
pip3 install -U sphinx 
pip3  install sphinx sphinx_rtd_theme
  1. Make changes

Add documents or update information.

  1. Build HTML

Make sure you are in the docs path

cd docs

Build HTML

make html