Skip to content

Commit

Permalink
Update darwin build to tag sphinx to 3.4.3 to match the version in th…
Browse files Browse the repository at this point in the history
…e 3.10.13 cpython repo

Signed-off-by: Steve Pham <[email protected]>
  • Loading branch information
spham-amzn committed Feb 9, 2024
1 parent 07349b1 commit 3a8bf92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package-system/python/darwin_x64/make-python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ PYTHONNOUSERSITE=1
echo ""
echo "---------------- Installing spinx documentation tool into the v-env ----------------"
echo ""
$VENV_BIN_DIR/python3 -m pip install sphinx
$VENV_BIN_DIR/python3 -m pip install sphinx==3.4.3


cd $RELOC_SRC_DIR

Expand Down

0 comments on commit 3a8bf92

Please sign in to comment.