1. Setup

1.1. Installation

Download and install from PyPI.

$ pip install sphinxcontrib-ros

1.2. conf.py

Add following lines in your conf.py file:

extensions = ['sphinxcontrib.ros']
ros_base_path = ['../src']