Repository: climate Updated Branches: refs/heads/master b7b7a4cb0 -> ff6c9503b
CLIMATE-429 - Add sphinx dependencies to easy-ocw Project: http://git-wip-us.apache.org/repos/asf/climate/repo Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/0005a378 Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/0005a378 Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/0005a378 Branch: refs/heads/master Commit: 0005a378a1656ed0d1dc77e5132a1fe6d19d3e18 Parents: c55bf40 Author: Michael Joyce <[email protected]> Authored: Thu May 22 19:00:47 2014 -0700 Committer: Michael Joyce <[email protected]> Committed: Thu May 22 19:00:47 2014 -0700 ---------------------------------------------------------------------- easy-ocw/install-osx.sh | 8 ++++++++ easy-ocw/install-ubuntu-12_04.sh | 8 ++++++++ 2 files changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/climate/blob/0005a378/easy-ocw/install-osx.sh ---------------------------------------------------------------------- diff --git a/easy-ocw/install-osx.sh b/easy-ocw/install-osx.sh index 2bc39ec..4b329c7 100755 --- a/easy-ocw/install-osx.sh +++ b/easy-ocw/install-osx.sh @@ -197,3 +197,11 @@ subtask "done" task "Installing pylint ..." pip install pylint >> install_log subtask "done" + +task "Installing sphinx ..." +pip install sphinx==1.2.1 >> install_log +subtask "done" + +task "Installing sphinxcontrib ..." +pip install sphinxcontrib-httpdomain==1.2.1 >> install_log +subtask "done" http://git-wip-us.apache.org/repos/asf/climate/blob/0005a378/easy-ocw/install-ubuntu-12_04.sh ---------------------------------------------------------------------- diff --git a/easy-ocw/install-ubuntu-12_04.sh b/easy-ocw/install-ubuntu-12_04.sh index 9b9ff0b..2c56b17 100755 --- a/easy-ocw/install-ubuntu-12_04.sh +++ b/easy-ocw/install-ubuntu-12_04.sh @@ -207,6 +207,14 @@ task "Installing pylint ..." pip install pylint >> install_log subtask "done" +task "Installing sphinx ..." +pip install sphinx==1.2.1 >> install_log +subtask "done" + +task "Installing sphinxcontrib ..." +pip install sphinxcontrib-httpdomain==1.2.1 >> install_log +subtask "done" + # Grab the latests OCW code header "Grabbing the latest OCW code ..." cd
