From 0615ba78970a52fc0b3b374c2e95a6a2278592e1 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Wed, 31 Oct 2012 14:20:20 +0100 Subject: [PATCH] #2669 - Fixing the docs about how to generate the docs --- akka-docs/rst/dev/documentation.rst | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/akka-docs/rst/dev/documentation.rst b/akka-docs/rst/dev/documentation.rst index ad8ff244ae..18b6707f43 100644 --- a/akka-docs/rst/dev/documentation.rst +++ b/akka-docs/rst/dev/documentation.rst @@ -75,16 +75,17 @@ First install `Sphinx`_. See below. Building -------- -:: +For the html version of the docs:: - cd akka-docs + sbt sphinx:generate-html - make html - open _build/html/index.html + open /akka-docs/target/sphinx/html/index.html - make pdf - open _build/latex/Akka.pdf +For the pdf version of the docs:: + sbt sphinx:generate-pdf + + open /akka-docs/target/sphinx/latex/Akka.pdf Installing Sphinx on OS X -------------------------