From 40a67a40977f4d8e82a34a2dbf050f5dcda15be6 Mon Sep 17 00:00:00 2001 From: Roland Date: Wed, 23 Jan 2013 21:57:28 +0100 Subject: [PATCH] disable EPUB build until sbt-site is fixed, see #2938 --- project/AkkaBuild.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/AkkaBuild.scala b/project/AkkaBuild.scala index 3cd93db911..1f633929cd 100644 --- a/project/AkkaBuild.scala +++ b/project/AkkaBuild.scala @@ -382,7 +382,7 @@ object AkkaBuild extends Build { orig }, enableOutput in generatePdf in Sphinx := true, - enableOutput in generateEpub in Sphinx := true, + enableOutput in generateEpub in Sphinx := false, unmanagedSourceDirectories in Test <<= sourceDirectory in Sphinx apply { _ ** "code" get }, libraryDependencies ++= Dependencies.docs, unmanagedSourceDirectories in ScalariformKeys.format in Test <<= unmanagedSourceDirectories in Test,