Skip to content

Commit

Permalink
moved rootdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mie6 committed Mar 17, 2021
1 parent 67a5839 commit 590de35
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ lazy val parsley = crossProject(JSPlatform, JVMPlatform, NativePlatform)
scalacOptions ++= Seq("-deprecation", "-unchecked", "-feature"),
scalacOptions ++= (if (isDotty.value) Seq("-source:3.0-migration") else Seq.empty),

Compile / doc / scalacOptions ++= Seq("-doc-root-content", s"${(Compile / sourceDirectory).value}/rootdoc.md"),
Compile / doc / scalacOptions ++= Seq("-doc-root-content", s"${baseDirectory.value.getParentFile.getPath}/rootdoc.md"),
// Trick from sbt-spiewak: disable dottydoc, which is struggling
// with our package object.
Compile / doc / sources := {
Expand Down
File renamed without changes.

0 comments on commit 590de35

Please sign in to comment.