From a5778cbc709c06e2f7f0ea95c400f909277942fa Mon Sep 17 00:00:00 2001 From: Rich Dougherty Date: Fri, 23 Nov 2012 15:16:10 +0800 Subject: [PATCH] Updated instructions for Sphinx install on Mac OS. Fixes #2735 * Updated dir name for texlive install * Removed unneeded instructions for symlinking pygments style --- akka-docs/rst/dev/documentation.rst | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/akka-docs/rst/dev/documentation.rst b/akka-docs/rst/dev/documentation.rst index a9a87f013e..b990a6bbf3 100644 --- a/akka-docs/rst/dev/documentation.rst +++ b/akka-docs/rst/dev/documentation.rst @@ -127,7 +127,7 @@ Add texlive bin to $PATH: :: - /usr/local/texlive/2010basic/bin/universal-darwin + /usr/local/texlive/2012basic/bin/universal-darwin Add missing tex packages: @@ -140,10 +140,3 @@ Add missing tex packages: sudo tlmgr install wrapfig sudo tlmgr install helvetic sudo tlmgr install courier - -Link the akka pygments style: - -:: - - cd /usr/local/Cellar/python/2.7.1/lib/python2.7/site-packages/pygments/styles - ln -s /path/to/akka/akka-docs/themes/akka/pygments/akka.py akka.py