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)

# Conflicts:
#	config/zephyr/generic/create.sh
  • Loading branch information
Geibinger authored and mergify[bot] committed Oct 16, 2024
1 parent a146e83 commit 18e23b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
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
4 changes: 4 additions & 0 deletions config/zephyr/generic/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ pushd $FW_TARGETDIR >/dev/null
touch mcu_ws/ros2/ros2_tracing/lttngpy/COLCON_IGNORE

# Upgrade sphinx
<<<<<<< HEAD
pip install --force-reinstall Sphinx==4.2.0 --break-system-packages
=======
pip install --force-reinstall docutils==0.16 Sphinx==4.2.0
>>>>>>> 96ab3c1 (Sphinx dependency conflict fix (#740))

popd >/dev/null

0 comments on commit 18e23b0

Please sign in to comment.