From fa4c859342bb20d6d351db32e81e73f04c68a9dc Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Fri, 1 Nov 2013 11:46:44 +0100 Subject: [PATCH] =doc Update Sphinx installation instructions --- akka-docs/rst/dev/documentation.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/akka-docs/rst/dev/documentation.rst b/akka-docs/rst/dev/documentation.rst index ff69240741..ef10d1b031 100644 --- a/akka-docs/rst/dev/documentation.rst +++ b/akka-docs/rst/dev/documentation.rst @@ -104,7 +104,7 @@ Add the Homebrew Python path to your $PATH: :: - /usr/local/Cellar/python/2.7.1/bin + /usr/local/Cellar/python/2.7.5/bin More information in case of trouble: @@ -129,7 +129,7 @@ Add texlive bin to $PATH: :: - /usr/local/texlive/2012basic/bin/universal-darwin + /usr/local/texlive/2013basic/bin/universal-darwin Add missing tex packages: @@ -142,3 +142,12 @@ Add missing tex packages: sudo tlmgr install wrapfig sudo tlmgr install helvetic sudo tlmgr install courier + sudo tlmgr install multirow + +If you get the error "unknown locale: UTF-8" when generating the documentation the solution is to define the following environment variables: + +:: + + export LANG=en_US.UTF-8 + export LC_ALL=en_US.UTF-8 +