mirror of https://github.com/sbt/sbt.git
build: disable API/SXR generation until SI-6812 is resolved
This commit is contained in:
parent
fad578dadc
commit
21fc872493
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue