Skip to content
Snippets Groups Projects
Commit a798978d authored by Lars Hupel's avatar Lars Hupel Committed by Etienne Kneuss
Browse files

use sbt-site plugin for doc generation

parent 045ce441
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 0 deletions
...@@ -16,6 +16,10 @@ scalacOptions in (Compile, doc) ++= Seq("-doc-root-content", baseDirectory.value ...@@ -16,6 +16,10 @@ scalacOptions in (Compile, doc) ++= Seq("-doc-root-content", baseDirectory.value
javacOptions += "-Xlint:unchecked" javacOptions += "-Xlint:unchecked"
site.settings
site.sphinxSupport()
if(System.getProperty("sun.arch.data.model") == "64") { if(System.getProperty("sun.arch.data.model") == "64") {
unmanagedBase <<= baseDirectory { base => base / "unmanaged" / "64" } unmanagedBase <<= baseDirectory { base => base / "unmanaged" / "64" }
} else { } else {
......
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "0.8.1")
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment