Building sphinx documentationΒΆ
Install the necessary components:
pip3 install Sphinx sphinx-rtd-theme matplotlib psutil rospkg
To rebuild this documentation, enter the docs
directory, run
sphinx-apidoc -f -o source ..
to generate API documentation, then run
rm -rf _build && make html
to build the documentation HTML files.