Skip to content

Commit

Permalink
Updated instructions for Sphinx install on Mac OS. Fixes #2735
Browse files Browse the repository at this point in the history
* Updated dir name for texlive install
* Removed unneeded instructions for symlinking pygments style
  • Loading branch information
richdougherty committed Nov 25, 2012
1 parent 04c30fb commit a5778cb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions akka-docs/rst/dev/documentation.rst
Expand Up @@ -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:

Expand All @@ -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

0 comments on commit a5778cb

Please sign in to comment.