Skip to content

Commit 63ad0c2

Browse files
Disable documentation build on Linux, because Sphinx errors.
On CentOS Sphinx is too old and contains a bug which stops the documentation from building. Documentation has been disabled in the short term.
1 parent 6b645e3 commit 63ad0c2

6 files changed

+6
-6
lines changed

scripts/build_mmSolver_linux_maya2016.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ BUILD_PLUGIN=1
6464
BUILD_PYTHON=1
6565
BUILD_MEL=1
6666
BUILD_QT_UI=1
67-
BUILD_DOCS=1
67+
BUILD_DOCS=0
6868
BUILD_ICONS=1
6969
BUILD_CONFIG=1
7070
BUILD_TESTS=1

scripts/build_mmSolver_linux_maya2017.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ BUILD_PLUGIN=1
6464
BUILD_PYTHON=1
6565
BUILD_MEL=1
6666
BUILD_QT_UI=1
67-
BUILD_DOCS=1
67+
BUILD_DOCS=0
6868
BUILD_ICONS=1
6969
BUILD_CONFIG=1
7070
BUILD_TESTS=1

scripts/build_mmSolver_linux_maya2018.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ BUILD_PLUGIN=1
6464
BUILD_PYTHON=1
6565
BUILD_MEL=1
6666
BUILD_QT_UI=1
67-
BUILD_DOCS=1
67+
BUILD_DOCS=0
6868
BUILD_ICONS=1
6969
BUILD_CONFIG=1
7070
BUILD_TESTS=1

scripts/build_mmSolver_linux_maya2019.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ BUILD_PLUGIN=1
6464
BUILD_PYTHON=1
6565
BUILD_MEL=1
6666
BUILD_QT_UI=1
67-
BUILD_DOCS=1
67+
BUILD_DOCS=0
6868
BUILD_ICONS=1
6969
BUILD_CONFIG=1
7070
BUILD_TESTS=1

scripts/build_mmSolver_linux_maya2020.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ BUILD_PLUGIN=1
6464
BUILD_PYTHON=1
6565
BUILD_MEL=1
6666
BUILD_QT_UI=1
67-
BUILD_DOCS=1
67+
BUILD_DOCS=0
6868
BUILD_ICONS=1
6969
BUILD_CONFIG=1
7070
BUILD_TESTS=1

scripts/build_mmSolver_linux_maya2022.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ BUILD_PLUGIN=1
6464
BUILD_PYTHON=1
6565
BUILD_MEL=1
6666
BUILD_QT_UI=1
67-
BUILD_DOCS=1
67+
BUILD_DOCS=0
6868
BUILD_ICONS=1
6969
BUILD_CONFIG=1
7070
BUILD_TESTS=1

0 commit comments

Comments
 (0)