Merge pull request #836 from akka/wip-2669-√

#2669 - Fixing the docs about how to generate the docs
This commit is contained in:
Viktor Klang (√) 2012-10-31 14:31:46 -07:00
commit b862ec97f5

View file

@ -74,16 +74,17 @@ First install `Sphinx`_. See below.
Building Building
-------- --------
:: For the html version of the docs::
cd akka-docs sbt sphinx:generate-html
make html open <project-dir>/akka-docs/target/sphinx/html/index.html
open _build/html/index.html
make pdf For the pdf version of the docs::
open _build/latex/Akka.pdf
sbt sphinx:generate-pdf
open <project-dir>/akka-docs/target/sphinx/latex/Akka.pdf
Installing Sphinx on OS X Installing Sphinx on OS X
------------------------- -------------------------