From 21fc8724932e26d13d58b9860ab26175f8f367c9 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Mon, 31 Dec 2012 11:26:19 -0500 Subject: [PATCH] build: disable API/SXR generation until SI-6812 is resolved --- project/Docs.scala | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/project/Docs.scala b/project/Docs.scala index bd77f0c74..c1a375eed 100644 --- a/project/Docs.scala +++ b/project/Docs.scala @@ -23,12 +23,13 @@ object Docs def settings: Seq[Setting[_]] = site.settings ++ site.sphinxSupport(DocsPath) ++ - site.includeScaladoc("api") ++ - siteIncludeSxr("sxr") ++ +// site.includeScaladoc("api") ++ +// siteIncludeSxr("sxr") ++ ghPagesSettings ++ Seq( SphinxSupport.sphinxIncremental in SphinxSupport.Sphinx := true, - SphinxSupport.enableOutput in SphinxSupport.generatePdf := true + // TODO: set to true with newer sphinx plugin release + SphinxSupport.enableOutput in SphinxSupport.generatePdf := false ) def ghPagesSettings = ghpages.settings ++ Seq(