Skip to content

Commit

Permalink
Merge pull request #218 from kevin-lee/fix-docs-build
Browse files Browse the repository at this point in the history
Fix broken document build
  • Loading branch information
kevin-lee committed Feb 2, 2024
2 parents 8f5c540 + 97e0079 commit 896da44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ lazy val docs = (project in file("docs-gen-tmp/docs"))
mdocIn := file("docs"),
mdocOut := file("generated-docs/docs"),
cleanFiles += file("generated-docs/docs"),
scalacOptions ~= (ops => ops.filterNot(x => x == "-Wnonunit-statement")),
libraryDependencies ++= {
import sys.process._
"git fetch --tags".!
Expand Down

0 comments on commit 896da44

Please sign in to comment.