QRB ROS Documents: quic-qrb-ros.github.io
Install sphinx and themes
sudo pip install sphinx sphinx-rtd-theme sphinx-tabs
Build and generate html
make html
cd build/html
python3 -m http.server
Then, in browser open http://your_host:8000
to preview..