Skip to content

Commit

Permalink
Sphinx dependency conflict fix (#740)
Browse files Browse the repository at this point in the history
Signed-off-by: Geibinger <[email protected]>
(cherry picked from commit 96ab3c1)
  • Loading branch information
Geibinger authored and mergify[bot] committed Oct 16, 2024
1 parent 38ae4b7 commit eef5cb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ eProsima
Jose Antonio Moral <[email protected]>
Pablo Garrido <[email protected]>

Jakob Friedl <[email protected]>

Robert Bosch GmbH
Ingo Lütkebohle <[email protected]>
Ralph Lange <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion config/zephyr/generic/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,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
pip install --force-reinstall docutils==0.16 Sphinx==4.2.0

popd >/dev/null

0 comments on commit eef5cb1

Please sign in to comment.