aboutsummaryrefslogtreecommitdiffstats
path: root/coin_build_instructions.py
diff options
context:
space:
mode:
Diffstat (limited to 'coin_build_instructions.py')
-rw-r--r--coin_build_instructions.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/coin_build_instructions.py b/coin_build_instructions.py
index d1e578fd7..cf5dca62e 100644
--- a/coin_build_instructions.py
+++ b/coin_build_instructions.py
@@ -143,6 +143,8 @@ def call_setup(python_ver, phase):
"--verbose-build"]
if python_ver == "3":
cmd += ["--limited-api=yes"]
+ else:
+ cmd += ["--skip-docs"] # Sphinx is broken in Python 2
if is_snapshot_build():
cmd += ["--snapshot-build"]