diff --git a/install/from-scratch.sh b/install/from-scratch.sh index f811d1377cedb0d0f7548113b11e6955adb2b6d4..18bc3cf595be99bbe559a68e66da45636dddf81f 100755 --- a/install/from-scratch.sh +++ b/install/from-scratch.sh @@ -36,7 +36,7 @@ if [[ "$PYTHON_VERSION" == "2.7" ]]; then cmake \ pip=8.1.2=py27_0 \ coverage=4.2 \ - sphinx=1.4.1=py27_0 \ + sphinx=1.4.6=py27_0 \ sphinx_rtd_theme=0.1.9=py27_0 \ cython=0.24=py27_0 \ docopt \ @@ -60,7 +60,7 @@ if [[ "$PYTHON_VERSION" == "3.4" ]]; then cmake \ pip=8.1.2=py34_0 \ coverage=4.2 \ - sphinx=1.4.1=py34_0 \ + sphinx=1.4.6=py34_0 \ sphinx_rtd_theme=0.1.9=py34_0 \ cython=0.24=py34_0 \ docopt \ @@ -84,7 +84,7 @@ if [[ "$PYTHON_VERSION" == "3.5" ]]; then cmake \ pip=8.1.2=py35_0 \ coverage=4.2 \ - sphinx=1.4.1=py35_0 \ + sphinx=1.4.6=py35_0 \ sphinx_rtd_theme=0.1.9=py35_0 \ cython=0.24=py35_0 \ docopt \