Merge pull request #836 from akka/wip-2669-√
#2669 - Fixing the docs about how to generate the docs
This commit is contained in:
commit
b862ec97f5
1 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue