build: disable API/SXR generation until SI-6812 is resolved

This commit is contained in:
Mark Harrah 2012-12-31 11:26:19 -05:00
parent fad578dadc
commit 21fc872493
1 changed files with 4 additions and 3 deletions

View File

@ -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(