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, 0 insertions, 2 deletions
diff --git a/coin_build_instructions.py b/coin_build_instructions.py
index 1f84ac065..9a7d6272c 100644
--- a/coin_build_instructions.py
+++ b/coin_build_instructions.py
@@ -116,8 +116,6 @@ def call_setup(python_ver):
"--verbose-build"]
if python_ver == "3":
cmd += ["--limited-api=yes"]
- else:
- cmd += ["--skip-docs"] # 1.4.2019: errors in sphinx_build on openSUSE 4.2
if is_snapshot_build():
cmd += ["--snapshot-build"]