Official VOLTEC Robotics Documentation
- Clone the repository
git clone https://github.com/VOLTEC6647/voltec-docs.git- Go to the project directory
cd voltec-docs- Install dependencies For MacOS
pip3 install -U sphinx
pip3 install sphinx sphinx_rtd_theme- Make changes
Add documents or update information.
- Build HTML
Make sure you are in the docs path
cd docsBuild HTML
make html