Skip to content

Commit

Permalink
Patch mac python to use the latest version of sphinx
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Pham <[email protected]>
  • Loading branch information
spham-amzn committed Feb 9, 2024
1 parent 3a8bf92 commit bb47bcc
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 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,7 @@ PYTHONNOUSERSITE=1
echo ""
echo "---------------- Installing spinx documentation tool into the v-env ----------------"
echo ""
$VENV_BIN_DIR/python3 -m pip install sphinx==3.4.3
$VENV_BIN_DIR/python3 -m pip install sphinx


cd $RELOC_SRC_DIR
Expand Down
21 changes: 21 additions & 0 deletions package-system/python/darwin_x64/open3d_python.patch
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,24 @@ index 8f33537..dad3d0c 100755

rsrcDir = os.path.join(pkgroot, 'Resources')

diff --git a/Doc/requirements.txt b/Doc/requirements.txt
index f43ce2c..2578393 100644
--- a/Doc/requirements.txt
+++ b/Doc/requirements.txt
@@ -3,13 +3,13 @@
# Sphinx version is pinned so that new versions that introduce new warnings
# won't suddenly cause build failures. Updating the version is fine as long
# as no warnings are raised by doing so.
-sphinx==3.4.3
+sphinx
# Docutils version is pinned to a version compatible with Sphinx
# version <3.5.4. It can be removed after bumping Sphinx version to at
# least 3.5.4.
-docutils==0.17.1
+docutils
# Jinja version is pinned to a version compatible with Sphinx version <4.5.
-jinja2==3.0.3
+jinja2

blurb

0 comments on commit bb47bcc

Please sign in to comment.