Skip to content

Commit

Permalink
Remove warning as errors for sphinx and remove the sphinx version tag
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 2cf0ca9 commit 767a9fb
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 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,38 @@ index 8f33537..dad3d0c 100755

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

diff --git a/Doc/Makefile b/Doc/Makefile
index 4188f88..324acc4 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -12,7 +12,7 @@ JOBS = auto
PAPER =
SOURCES =
DISTVERSION = $(shell $(PYTHON) tools/extensions/patchlevel.py)
-SPHINXERRORHANDLING = -W
+SPHINXERRORHANDLING =

# Internal variables.
PAPEROPT_a4 = -D latex_elements.papersize=a4paper
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 767a9fb

Please sign in to comment.