Skip to content

Commit fc7571b

Browse files
pablogs9Geibinger
andauthored
Sphinx dependency conflict fix (#740) (#745)
Signed-off-by: Geibinger <friedl.jak@gmail.com> (cherry picked from commit 96ab3c1) Co-authored-by: Jakob Friedl <64070660+Geibinger@users.noreply.github.com>
1 parent 38ae4b7 commit fc7571b

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

NOTICE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ eProsima
2525
Jose Antonio Moral <joseantoniomoralparras@eprosima.com>
2626
Pablo Garrido <pablogarrido@eprosima.com>
2727

28+
Jakob Friedl <friedl.jak@gmail.com>
29+
2830
Robert Bosch GmbH
2931
Ingo Lütkebohle <ingo.luetkebohle@de.bosch.com>
3032
Ralph Lange <ralph.lange@de.bosch.com>

config/zephyr/generic/create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ pushd $FW_TARGETDIR >/dev/null
7979
touch mcu_ws/ros2/ros2_tracing/lttngpy/COLCON_IGNORE
8080

8181
# Upgrade sphinx
82-
pip install --force-reinstall Sphinx==4.2.0
82+
pip install --force-reinstall docutils==0.16 Sphinx==4.2.0
8383

8484
popd >/dev/null

0 commit comments

Comments
 (0)