Skip to content

Commit fc7571b

Browse files
pablogs9Geibinger
andauthored
Sphinx dependency conflict fix (#740) (#745)
Signed-off-by: Geibinger <[email protected]> (cherry picked from commit 96ab3c1) Co-authored-by: Jakob Friedl <[email protected]>
1 parent 38ae4b7 commit fc7571b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NOTICE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ eProsima
2525
Jose Antonio Moral <[email protected]>
2626
Pablo Garrido <[email protected]>
2727

28+
Jakob Friedl <[email protected]>
29+
2830
Robert Bosch GmbH
2931
Ingo Lütkebohle <[email protected]>
3032
Ralph Lange <[email protected]>

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)