From 7c0ba0d20aac55a1bdffd25929cbcba99da7c5a4 Mon Sep 17 00:00:00 2001 From: Amir Mohammadi <183.amir@gmail.com> Date: Wed, 28 Sep 2016 16:31:02 +0200 Subject: [PATCH] update sphinx to 1.4.6 --- install/from-scratch.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/from-scratch.sh b/install/from-scratch.sh index f811d13..18bc3cf 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 \ -- GitLab