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:
Shane Loretz 2022-11-11 17:04:29 -08:00 committed by GitHub
parent 5dd617488e
commit 6acbc3f3f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -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: