mirror of https://github.com/ros2/rclpy
Update docs instructions for Jammy (#1037)
Signed-off-by: Shane Loretz <sloretz@osrfoundation.org> Signed-off-by: Shane Loretz <sloretz@osrfoundation.org>
This commit is contained in:
parent
5dd617488e
commit
6acbc3f3f1
|
@ -10,14 +10,16 @@ For building documentation, you need an installation of ROS 2.
|
|||
|
||||
#### Install dependencies
|
||||
|
||||
sudo apt install python3-sphinx python3-pip
|
||||
sudo -H pip3 install sphinx_autodoc_typehints
|
||||
sudo apt install \
|
||||
python3-sphinx \
|
||||
python3-sphinx-autodoc-typehints \
|
||||
python3-sphinx-rtd-theme
|
||||
|
||||
#### Build
|
||||
|
||||
Source your ROS 2 installation, for example:
|
||||
|
||||
. /opt/ros/foxy/setup.bash
|
||||
. /opt/ros/rolling/setup.bash
|
||||
|
||||
Build code:
|
||||
|
||||
|
|
Loading…
Reference in New Issue