From 3179a02044e982caad0f9f1b33e50810d9621231 Mon Sep 17 00:00:00 2001 From: Konrad Malawski Date: Sat, 12 Apr 2014 23:51:37 +0200 Subject: [PATCH] Fix task keys to fit sbt 0.13 style (and reality) --- akka-docs/rst/dev/documentation.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/akka-docs/rst/dev/documentation.rst b/akka-docs/rst/dev/documentation.rst index ef10d1b031..3b5faa31b9 100644 --- a/akka-docs/rst/dev/documentation.rst +++ b/akka-docs/rst/dev/documentation.rst @@ -1,4 +1,3 @@ - .. highlightlang:: rest .. _documentation: @@ -76,13 +75,13 @@ Building For the html version of the docs:: - sbt sphinx:generate-html + sbt sphinx:generateHtml open /akka-docs/target/sphinx/html/index.html For the pdf version of the docs:: - sbt sphinx:generate-pdf + sbt sphinx:generatePdf open /akka-docs/target/sphinx/latex/AkkaJava.pdf or