Commit graph

13 commits

Author SHA1 Message Date
Roland
20c7b274cb now hopefully fix it for real (no guarantees, it just works here) 2012-09-21 16:33:28 +02:00
Roland
a132bb5deb make it work with Java 6 (aargh) 2012-09-21 16:09:52 +02:00
Roland
03d968b10e add some comments, fix experimental status of cluster 2012-09-21 15:53:59 +02:00
Roland
9bc01ae265 add preprocessor for RST docs, see #2461 and #2431
The idea is to filter the sources, replacing @<var>@ occurrences with
the mapping for <var> (which is currently hard-coded). @@ -> @. In order
to make this work, I had to move the doc sources one directory down
(into akka-docs/rst) so that the filtered result could be in a sibling
directory so that relative links (to _sphinx plugins or real code) would
continue to work.

While I was at it I also changed it so that WARNINGs and ERRORs are not
swallowed into the debug dump anymore but printed at [warn] level
(minimum).

One piece of fallout is that the (online) html build is now run after
the normal one, not in parallel.
2012-09-21 13:58:47 +02:00
Viktor Klang
3cac192841 There was an error in the placement of the smartypants setting, fixed that and added exit code to the output if pygment installation fails. 2012-09-10 16:37:29 +02:00
Roland
d41160f4bf automatically reference right scalaVersion in RST
using epilog_rst configuration variable in sphinx, which reads
akka-docs/epilog_rst, which is written in sphinx-scala-version task by
SBT, which is referenced by the other docs tasks as a dependency
2012-08-17 00:07:56 +02:00
Peter Vlugter
225ad31e71 Fix sphinx with parallel execution 2012-07-28 10:50:51 +12:00
Peter Vlugter
bc47c421d0 Revert "restrict Sphinx tasks to akka-docs cage"
This reverts commit 2ef7e7a699.
2012-07-28 10:43:31 +12:00
Roland
2ef7e7a699 restrict Sphinx tasks to akka-docs cage 2012-07-27 17:38:46 +02:00
Roland
a7b1b6c570 sphinx: run easy_install in the right directory 2012-07-27 14:35:34 +02:00
Peter Vlugter
86449fd12d Explicitly name Akka.pdf in sphinx doc generation 2012-06-26 12:09:59 +12:00
Peter Vlugter
d0e498ca16 Include google analytics in online version of docs. See #1892 2012-05-10 11:05:49 +12:00
Peter Vlugter
6e22fe7ea7 Add new sbt-based sphinx doc building 2012-05-10 09:12:27 +12:00