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