diff --git a/NOTICE b/NOTICE index 17a152ed..47ce6bdc 100644 --- a/NOTICE +++ b/NOTICE @@ -25,6 +25,8 @@ eProsima Jose Antonio Moral Pablo Garrido +Jakob Friedl + Robert Bosch GmbH Ingo Lütkebohle Ralph Lange diff --git a/config/zephyr/generic/create.sh b/config/zephyr/generic/create.sh index d7671035..64b2037d 100755 --- a/config/zephyr/generic/create.sh +++ b/config/zephyr/generic/create.sh @@ -72,6 +72,6 @@ pushd $FW_TARGETDIR >/dev/null touch mcu_ws/ros2/ros2_tracing/lttngpy/COLCON_IGNORE # Upgrade sphinx - pip install --force-reinstall Sphinx==4.2.0 --break-system-packages + pip install --force-reinstall docutils==0.16 Sphinx==4.2.0 --break-system-packages popd >/dev/null