Fix task keys to fit sbt 0.13 style (and reality)
This commit is contained in:
parent
2173a037cb
commit
3179a02044
1 changed files with 2 additions and 3 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
.. highlightlang:: rest
|
.. highlightlang:: rest
|
||||||
|
|
||||||
.. _documentation:
|
.. _documentation:
|
||||||
|
|
@ -76,13 +75,13 @@ Building
|
||||||
|
|
||||||
For the html version of the docs::
|
For the html version of the docs::
|
||||||
|
|
||||||
sbt sphinx:generate-html
|
sbt sphinx:generateHtml
|
||||||
|
|
||||||
open <project-dir>/akka-docs/target/sphinx/html/index.html
|
open <project-dir>/akka-docs/target/sphinx/html/index.html
|
||||||
|
|
||||||
For the pdf version of the docs::
|
For the pdf version of the docs::
|
||||||
|
|
||||||
sbt sphinx:generate-pdf
|
sbt sphinx:generatePdf
|
||||||
|
|
||||||
open <project-dir>/akka-docs/target/sphinx/latex/AkkaJava.pdf
|
open <project-dir>/akka-docs/target/sphinx/latex/AkkaJava.pdf
|
||||||
or
|
or
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue